pub fn apply_layouts(
graph: &mut EinsumGraph,
layouts: &HashMap<usize, TensorLayout>,
) -> Result<(), IrError>Expand description
Apply the recommended layouts to a graph.
pub fn apply_layouts(
graph: &mut EinsumGraph,
layouts: &HashMap<usize, TensorLayout>,
) -> Result<(), IrError>Apply the recommended layouts to a graph.