fn generate_path(
sized_contraction: &SizedContraction,
tensor_order: &[usize],
) -> ContractionOrder
Expand description
Generate the actual path consisting of all the mini-contractions. Currently always contracts two input operands and then repeatedly uses the result as the LHS of the next pairwise contraction.