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