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