Function tensorflow::ops::flush_summary_writer
source · pub fn flush_summary_writer<O0: Into<Output>>(
writer: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for FlushSummaryWriter::new().build(writer, scope)
.