Function tensorflow::ops::create_summary_file_writer
source · pub fn create_summary_file_writer<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
writer: O0,
logdir: O1,
max_queue: O2,
flush_millis: O3,
filename_suffix: O4,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for CreateSummaryFileWriter::new().build(writer, logdir, max_queue, flush_millis, filename_suffix, scope)
.