Function tensorflow::ops::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).