Function tvm::compiler::graph_rt::compile_module [−][src]
pub fn compile_module(
config: CompilerConfig,
module: IRModule
) -> Result<RtModule, Error>Expand description
Compile a module from a configuration and IRModule.
Arguments
config- The configuration for the compiler.module- The IRModule to compile.
