Uses of Class
org.apache.tvm.contrib.GraphModule
-
Uses of GraphModule in org.apache.tvm.contrib
Modifier and TypeMethodDescriptionstatic GraphModule
Create a runtime executor module given a graph and module.GraphModule.loadParams
(byte[] params) Load parameters from serialized byte array of parameter dict.GraphModule.run()
Run forward execution of the graph.Set inputs to the module.Set inputs to the module.