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