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