pub fn write_scalar_summary<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
    ctx: &'a Context,
    writer: &T0,
    step: &T1,
    tag: &T2,
    value: &T3
) -> Result<()>
Expand description

Shorthand for WriteScalarSummary::new().call(&ctx, &writer, &step, &tag, &value).

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