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