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.