Struct tvm_rt::module::ModuleNode [−][src]
#[repr(C)]pub struct ModuleNode { /* fields omitted */ }
Expand description
Wrapper around TVM module handle which contains an entry function.
The entry function can be applied to an imported module through entry_func
.
Trait Implementations
Performs the conversion.