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