Skip to main content

fuse_all

Function fuse_all 

Source
pub fn fuse_all(graph: &mut EinsumGraph) -> Result<FusionStats, IrError>
Expand description

Apply all fusion optimizations to a graph

This is a convenience function that applies all available fusion passes in sequence and returns the combined statistics.