tensorflow::ops

Function stats_aggregator_summary

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

Shorthand for StatsAggregatorSummary::new().build(iterator, scope).