pub fn scalar_summary<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    tags: &T0,
    values: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for ScalarSummary::new().call(&ctx, &tags, &values).

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