Module tvm::module [−][src]
Expand description
Provides the Module
type and methods for working with runtime TVM modules.
Structs
Wrapper around TVM module handle which contains an entry function.
The entry function can be applied to an imported module through entry_func
.