| Package | Description |
|---|---|
| org.bytedeco.tvm | |
| org.bytedeco.tvm.global |
| Modifier and Type | Method and Description |
|---|---|
Module |
TVMPODValue_.asModule() |
Module |
Module.getPointer(long i) |
Module |
ModuleNode.imports() |
static Module |
Module.LoadFromFile(TVMString file_name) |
static Module |
Module.LoadFromFile(TVMString file_name,
TVMString format)
\brief Load a module from file.
|
Module |
Module.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleNode.Import(Module other)
\brief Import another module into this module.
|
void |
Module.Import(Module other)
\brief Import another module into this module.
|
TVMRetValue |
TVMRetValue.put(Module m) |
| Modifier and Type | Method and Description |
|---|---|
static Pointer |
tvm_runtime.shiftLeft(Pointer out,
Module module) |
Copyright © 2024. All rights reserved.