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