| Package | Description |
|---|---|
| org.bytedeco.tvm.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
tvm_runtime.TVMModFree(TVMModuleHandle mod)
\brief Free 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.TVMModImport(TVMModuleHandle mod,
TVMModuleHandle dep)
\brief Add dep to mod's dependency.
|
static int |
tvm_runtime.TVMModLoadFromFile(BytePointer file_name,
BytePointer format,
TVMModuleHandle out)
\brief Load module from file.
|
static int |
tvm_runtime.TVMModLoadFromFile(String file_name,
String format,
TVMModuleHandle out) |
Copyright © 2024. All rights reserved.