| Package | Description |
|---|---|
| org.bytedeco.tvm | |
| org.bytedeco.tvm.global |
| Modifier and Type | Method and Description |
|---|---|
int |
TVMPackedCFunc.call(TVMValue args,
IntPointer type_codes,
int num_args,
TVMRetValueHandle ret,
Pointer resource_handle) |
int |
TVMPackedCFunc.call(TVMValue args,
IntPointer type_codes,
int num_args,
TVMRetValueHandle ret,
Pointer resource_handle) |
| Modifier and Type | Method and Description |
|---|---|
static int |
tvm_runtime.TVMCFuncSetReturn(TVMRetValueHandle ret,
TVMValue value,
int[] type_code,
int num_ret) |
static int |
tvm_runtime.TVMCFuncSetReturn(TVMRetValueHandle ret,
TVMValue value,
int[] type_code,
int num_ret) |
static int |
tvm_runtime.TVMCFuncSetReturn(TVMRetValueHandle ret,
TVMValue value,
IntBuffer type_code,
int num_ret) |
static int |
tvm_runtime.TVMCFuncSetReturn(TVMRetValueHandle ret,
TVMValue value,
IntBuffer type_code,
int num_ret) |
static int |
tvm_runtime.TVMCFuncSetReturn(TVMRetValueHandle ret,
TVMValue value,
IntPointer type_code,
int num_ret)
\brief Set the return value of TVMPackedCFunc.
|
static int |
tvm_runtime.TVMCFuncSetReturn(TVMRetValueHandle ret,
TVMValue value,
IntPointer type_code,
int num_ret)
\brief Set the return value of TVMPackedCFunc.
|
Copyright © 2022. All rights reserved.