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