pub fn account<'a, I>(names: I) -> Accountingwhere I: IntoIterator<Item = (&'a str, usize)>,
Account for a list of (tensor_name, count) pairs.
(tensor_name, count)