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

Shorthand for WriteScalarSummary::new().build(writer, step, tag, value, scope).