| Package | Description |
|---|---|
| org.apache.tvm | |
| org.apache.tvm.contrib | |
| org.apache.tvm.rpc |
| Modifier and Type | Method and Description |
|---|---|
Module |
TVMValue.asModule() |
Module |
Module.asModule()
Easy for user to get the instance from returned TVMValue.
|
static Module |
Module.load(String path) |
static Module |
Module.load(String path,
String fmt)
Load module from file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Module.importModule(Module module)
Add module to the import list of current one.
|
Function |
Function.pushArg(Module arg)
Push argument to the function.
|
| Modifier and Type | Method and Description |
|---|---|
static GraphModule |
GraphRuntime.create(String graphJson,
Module libmod,
TVMContext ctx)
Create a runtime executor module given a graph and module.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
RPCSession.loadModule(String path)
Load a remote module, the file need to be uploaded first.
|
Copyright © 2021. All rights reserved.