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