| Package | Description |
|---|---|
| org.bytedeco.tvm | |
| org.bytedeco.tvm.global |
| Modifier and Type | Method and Description |
|---|---|
int |
TVMExtensionFuncDeclarer.call(TVMFunctionHandle register_func_handle) |
int |
TVMExtensionFuncDeclarer.call(TVMFunctionHandle register_func_handle) |
| Modifier and Type | Method and Description |
|---|---|
static int |
tvm_runtime.TVMFuncCall(TVMFunctionHandle func,
TVMValue arg_values,
int[] type_codes,
int num_args,
TVMValue ret_val,
int[] ret_type_code) |
static int |
tvm_runtime.TVMFuncCall(TVMFunctionHandle func,
TVMValue arg_values,
int[] type_codes,
int num_args,
TVMValue ret_val,
int[] ret_type_code) |
static int |
tvm_runtime.TVMFuncCall(TVMFunctionHandle func,
TVMValue arg_values,
IntBuffer type_codes,
int num_args,
TVMValue ret_val,
IntBuffer ret_type_code) |
static int |
tvm_runtime.TVMFuncCall(TVMFunctionHandle func,
TVMValue arg_values,
IntBuffer type_codes,
int num_args,
TVMValue ret_val,
IntBuffer ret_type_code) |
static int |
tvm_runtime.TVMFuncCall(TVMFunctionHandle func,
TVMValue arg_values,
IntPointer type_codes,
int num_args,
TVMValue ret_val,
IntPointer ret_type_code)
\brief Call a Packed TVM Function.
|
static int |
tvm_runtime.TVMFuncCall(TVMFunctionHandle func,
TVMValue arg_values,
IntPointer type_codes,
int num_args,
TVMValue ret_val,
IntPointer ret_type_code)
\brief Call a Packed TVM Function.
|
static int |
tvm_runtime.TVMFuncCreateFromCFunc(TVMPackedCFunc func,
Pointer resource_handle,
TVMPackedCFuncFinalizer fin,
TVMFunctionHandle out)
\brief Wrap a TVMPackedCFunc to become a FunctionHandle.
|
static int |
tvm_runtime.TVMFuncCreateFromCFunc(TVMPackedCFunc func,
Pointer resource_handle,
TVMPackedCFuncFinalizer fin,
TVMFunctionHandle out)
\brief Wrap a TVMPackedCFunc to become a FunctionHandle.
|
static int |
tvm_runtime.TVMFuncFree(TVMFunctionHandle func)
\brief Free the function when it is no longer needed.
|
static int |
tvm_runtime.TVMFuncFree(TVMFunctionHandle func)
\brief Free the function when it is no longer needed.
|
static int |
tvm_runtime.TVMFuncGetGlobal(BytePointer name,
TVMFunctionHandle out)
\brief Get a global function.
|
static int |
tvm_runtime.TVMFuncGetGlobal(BytePointer name,
TVMFunctionHandle out)
\brief Get a global function.
|
static int |
tvm_runtime.TVMFuncGetGlobal(String name,
TVMFunctionHandle out) |
static int |
tvm_runtime.TVMFuncGetGlobal(String name,
TVMFunctionHandle out) |
static int |
tvm_runtime.TVMFuncRegisterGlobal(BytePointer name,
TVMFunctionHandle f,
int override)
\brief Register the function to runtime's global table.
|
static int |
tvm_runtime.TVMFuncRegisterGlobal(BytePointer name,
TVMFunctionHandle f,
int override)
\brief Register the function to runtime's global table.
|
static int |
tvm_runtime.TVMFuncRegisterGlobal(String name,
TVMFunctionHandle f,
int override) |
static int |
tvm_runtime.TVMFuncRegisterGlobal(String name,
TVMFunctionHandle f,
int override) |
static int |
tvm_runtime.TVMModGetFunction(TVMModuleHandle mod,
BytePointer func_name,
int query_imports,
TVMFunctionHandle out)
\brief Get function from the module.
|
static int |
tvm_runtime.TVMModGetFunction(TVMModuleHandle mod,
BytePointer func_name,
int query_imports,
TVMFunctionHandle out)
\brief Get function from the module.
|
static int |
tvm_runtime.TVMModGetFunction(TVMModuleHandle mod,
String func_name,
int query_imports,
TVMFunctionHandle out) |
static int |
tvm_runtime.TVMModGetFunction(TVMModuleHandle mod,
String func_name,
int query_imports,
TVMFunctionHandle out) |
Copyright © 2022. All rights reserved.