Function tensorflow::ops::write_histogram_summary
source · pub fn write_histogram_summary<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
writer: O0,
step: O1,
tag: O2,
values: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for WriteHistogramSummary::new().build(writer, step, tag, values, scope)
.