Struct tvm_rt::module::Module [−][src]
pub struct Module(_);
Implementations
Gets a function by name from a registered module.
Imports a dependent module such as .ptx
for cuda gpu.
Loads a module shared library from path.
Returns the underlying module handle.
Trait Implementations
type Target = ModuleNode
type Target = ModuleNode
The resulting type after dereferencing.
Performs the conversion.
Performs the conversion.
type Object = ModuleNode
Auto Trait Implementations
impl RefUnwindSafe for Module
impl UnwindSafe for Module
Blanket Implementations
Mutably borrows from an owned value. Read more