tensorflow::ops

Function 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).