pub fn bincount<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>( arr: O0, size: O1, weights: O2, scope: &mut Scope, ) -> Result<Operation>
Shorthand for Bincount::new().build(arr, size, weights, scope).
Bincount::new().build(arr, size, weights, scope)