VirtualMachine Executor.
This is a thin wrapper of the underlying TVM module. you can also directly call set_input, run, and get_output of underlying module functions
Constructor
The underlying module, need to be detached.
The main device ro run VM on.
Dispose the internal resource This function can be called multiple times, only the first call will take effect.
Get a function in the VM module.
The name of the function.
The result function.
Get the internal module.
Generated using TypeDoc
VirtualMachine Executor.
This is a thin wrapper of the underlying TVM module. you can also directly call set_input, run, and get_output of underlying module functions