[][src]Type Definition ndarray_einsum_beta::validation::OutputSize

type OutputSize = HashMap<char, usize>;

Alias for HashMap<char, usize>. Contains the axis lengths for all indices in the contraction. Contrary to the name, does not only hold the sizes for output indices.