Function tensorflow::eager::raw_ops::histogram_fixed_width
source · pub fn histogram_fixed_width<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
ctx: &'a Context,
values: &T0,
value_range: &T1,
nbins: &T2
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for HistogramFixedWidth::new().call(&ctx, &values, &value_range, &nbins)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/HistogramFixedWidth