Function tensorflow::ops::experimental_stats_aggregator_summary
source · pub fn experimental_stats_aggregator_summary<O0: Into<Output>>(
iterator: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ExperimentalStatsAggregatorSummary::new().build(iterator, scope)
.