| 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 assignmemt
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ObjectPtr.equals(ObjectPtr other) |
PackedFunc |
ModuleNode.GetFunction(BytePointer name,
ObjectPtr sptr_to_self)
\brief Get a PackedFunc from module.
|
PackedFunc |
ModuleNode.GetFunction(String name,
ObjectPtr sptr_to_self) |
boolean |
ObjectPtr.notEquals(ObjectPtr other) |
ObjectPtr |
ObjectPtr.put(ObjectPtr other)
\brief copy assignmemt
|
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
|
TVMString(ObjectPtr n) |
Copyright © 2021. All rights reserved.