Function ndarray_einsum_beta::optimizers::generate_path[][src]

fn generate_path(
    sized_contraction: &SizedContraction,
    tensor_order: &[usize]
) -> ContractionOrder

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.