account

Function account 

Source
pub fn account<'a, I>(names: I) -> Accounting
where I: IntoIterator<Item = (&'a str, usize)>,
Expand description

Account for a list of (tensor_name, count) pairs.