pub fn write_graph_summary<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    writer: O0,
    step: O1,
    tensor: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for WriteGraphSummary::new().build(writer, step, tensor, scope).