pub fn nested_flop<L: Label>( code: &NestedEinsum<L>, size_dict: &HashMap<L, usize>, ) -> usize
Compute the total FLOP count for a NestedEinsum.