Skip to main content

apply_layouts

Function apply_layouts 

Source
pub fn apply_layouts(
    graph: &mut EinsumGraph,
    layouts: &HashMap<usize, TensorLayout>,
) -> Result<(), IrError>
Expand description

Apply the recommended layouts to a graph.