pub fn dense_count_sparse_output<O0: Into<Output>, O1: Into<Output>>( values: O0, weights: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for DenseCountSparseOutput::new().build(values, weights, scope).
DenseCountSparseOutput::new().build(values, weights, scope)