pub fn fold_constants_aggressive(
graph: &mut EinsumGraph,
) -> Result<FoldingStats, IrError>Expand description
Perform aggressive constant folding with all available optimizations.
pub fn fold_constants_aggressive(
graph: &mut EinsumGraph,
) -> Result<FoldingStats, IrError>Perform aggressive constant folding with all available optimizations.