Function tensorflow::ops::experimental_stats_aggregator_handle
source · pub fn experimental_stats_aggregator_handle(
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ExperimentalStatsAggregatorHandle::new().build(scope)
.