Skip to main content

compile_module

Function compile_module 

Source
pub fn compile_module(
    backend: &dyn Backend,
    module: GraphModule,
    device: Device,
    options: &CompileOptions,
) -> Result<Box<dyn ExecutableGraph>, LowerError>
Expand description

Compile a [GraphModule] through the fusion-first pipeline.