pub fn flush_summary_writer<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    writer: &T0
) -> Result<()>
Expand description

Shorthand for FlushSummaryWriter::new().call(&ctx, &writer).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/FlushSummaryWriter