| Package | Description |
|---|---|
| org.bytedeco.tvm |
| Modifier and Type | Method and Description |
|---|---|
Module |
TVMPODValue_.asModule() |
Module |
Module.getPointer(long i) |
Module |
ModuleNode.imports() |
static Module |
Module.LoadFromFile(BytePointer file_name) |
static Module |
Module.LoadFromFile(BytePointer file_name,
BytePointer format)
\brief Load a module from file.
|
static Module |
Module.LoadFromFile(String file_name) |
static Module |
Module.LoadFromFile(String file_name,
String format) |
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) |
Copyright © 2021. All rights reserved.