Uses of Class
org.apache.tvm.Module
Packages that use Module
-
Uses of Module in org.apache.tvm
Methods in org.apache.tvm that return ModuleModifier and TypeMethodDescriptionModule.asModule()
Easy for user to get the instance from returned TVMValue.TVMValue.asModule()
static Module
static Module
Load module from file.Methods in org.apache.tvm with parameters of type ModuleModifier 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.rpc
Methods in org.apache.tvm.rpc that return ModuleModifier and TypeMethodDescriptionRPCSession.loadModule
(String path) Load a remote module, the file need to be uploaded first.