| Package | Description |
|---|---|
| org.bytedeco.tvm.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
tvm_runtime.TVMObjectFree(TVMObjectHandle obj)
\brief Free the object.
|
static int |
tvm_runtime.TVMObjectFree(TVMObjectHandle obj)
\brief Free the object.
|
static int |
tvm_runtime.TVMObjectGetTypeIndex(TVMObjectHandle obj,
int[] out_tindex) |
static int |
tvm_runtime.TVMObjectGetTypeIndex(TVMObjectHandle obj,
int[] out_tindex) |
static int |
tvm_runtime.TVMObjectGetTypeIndex(TVMObjectHandle obj,
IntBuffer out_tindex) |
static int |
tvm_runtime.TVMObjectGetTypeIndex(TVMObjectHandle obj,
IntBuffer out_tindex) |
static int |
tvm_runtime.TVMObjectGetTypeIndex(TVMObjectHandle obj,
IntPointer out_tindex)
\brief Get the type_index from an object.
|
static int |
tvm_runtime.TVMObjectGetTypeIndex(TVMObjectHandle obj,
IntPointer out_tindex)
\brief Get the type_index from an object.
|
static int |
tvm_runtime.TVMObjectRetain(TVMObjectHandle obj)
\brief Increase the reference count of an object.
|
static int |
tvm_runtime.TVMObjectRetain(TVMObjectHandle obj)
\brief Increase the reference count of an object.
|
Copyright © 2022. All rights reserved.