| Package | Description |
|---|---|
| org.bytedeco.tvm |
| Modifier and Type | Class and Description |
|---|---|
class |
ADT
\brief reference to algebraic data type objects.
|
class |
Closure
\brief reference to closure.
|
class |
Module
\brief Module container of TVM.
|
class |
NDArray
\brief Managed NDArray.
|
class |
TVMString
\brief Reference to string objects.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectRef |
ArrayNode.at(long i)
\brief Read i-th element from array.
|
ObjectRef |
ArrayNode.begin() |
ObjectRef |
ArrayNode.end() |
ObjectRef |
ArrayNodeBase.get(long idx)
\brief Access element at index
|
ObjectRef |
ADTObjBase.get(long idx)
\brief Access element at index
|
ObjectRef |
ADT.get(long idx)
\brief Access element at index.
|
ObjectRef |
ObjectRef.getPointer(long i) |
ObjectRef |
ObjectRef.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
void |
TVMArgsSetter.apply(long i,
ObjectRef value) |
long |
ObjectPtrHash.apply(ObjectRef a) |
long |
ObjectHash.apply(ObjectRef a)
\brief Calculate the hash code of an ObjectRef
|
boolean |
ObjectPtrEqual.apply(ObjectRef a,
ObjectRef b) |
boolean |
ObjectEqual.apply(ObjectRef a,
ObjectRef b)
\brief Check if the two ObjectRef are equal
|
static ArrayNodePtr |
ArrayNode.CreateRepeated(long n,
ObjectRef val)
\brief Constructs a container with n elements.
|
boolean |
ObjectRef.equals(ObjectRef other)
\brief Comparator
|
boolean |
ObjectRef.lessThan(ObjectRef other)
\brief Comparator
|
boolean |
ObjectRef.notEquals(ObjectRef other)
\brief Comparator
|
boolean |
ObjectRef.same_as(ObjectRef other)
\brief Comparator
|
void |
ArrayNode.SetItem(long i,
ObjectRef item)
\brief Set i-th element of the array in-place
|
| Constructor and Description |
|---|
ADT(int tag,
ObjectRef fields)
\brief construct an ADT object reference.
|
Copyright © 2021. All rights reserved.