tensorflow::ops

Function merge_summary

Source
pub fn merge_summary<O0: Into<Output>>(
    inputs: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for MergeSummary::new().build(inputs, scope).