Uses of Class
org.apache.tvm.Module
-
Uses of Module in org.apache.tvm
Modifier and TypeMethodDescriptionModule.asModule()
Easy for user to get the instance from returned TVMValue.TVMValue.asModule()
static Module
static Module
Load module from file.Modifier and TypeMethodDescriptionvoid
Module.importModule
(Module module) Add module to the import list of current one.Push argument to the function. -
Uses of Module in org.apache.tvm.contrib
Modifier and TypeMethodDescriptionstatic GraphModule
Create a runtime executor module given a graph and module. -
Uses of Module in org.apache.tvm.rpc
Modifier and TypeMethodDescriptionRPCSession.loadModule
(String path) Load a remote module, the file need to be uploaded first.