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