tensorflow::ops

Function scalar_summary

Source
pub fn scalar_summary<O0: Into<Output>, O1: Into<Output>>(
    tags: O0,
    values: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for ScalarSummary::new().build(tags, values, scope).