| Package | Description |
|---|---|
| org.bytedeco.tvm |
| Modifier and Type | Method and Description |
|---|---|
ObjectPtr |
ObjectPtr.getPointer(long i) |
ObjectPtr |
ObjectPtr.position(long position) |
ObjectPtr |
ObjectPtr.put(ObjectPtr other)
\brief copy assignment
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ObjectPtr.equals(ObjectPtr other) |
PackedFunc |
ModuleNode.GetFunction(TVMString name,
ObjectPtr sptr_to_self)
\brief Get a PackedFunc from module.
|
boolean |
ObjectPtr.notEquals(ObjectPtr other) |
ObjectPtr |
ObjectPtr.put(ObjectPtr other)
\brief copy assignment
|
void |
ObjectPtr.swap(ObjectPtr other)
\brief Swap this array with another Object
|
| Constructor and Description |
|---|
ADT(ObjectPtr n) |
Closure(ObjectPtr n) |
Module(ObjectPtr n) |
NDArray(ObjectPtr data)
\brief constructor.
|
ObjectPtr(ObjectPtr other)
\brief copy constructor
|
ObjectRef(ObjectPtr data)
\brief Constructor from existing object ptr
|
PackedFunc(ObjectPtr n) |
ShapeTuple(ObjectPtr n) |
TVMString(ObjectPtr n) |
TVMStringOptional(ObjectPtr ptr)
\brief Construct from an ObjectPtr
whose type already matches the ContainerType.
|
Copyright © 2024. All rights reserved.