pub fn stats_aggregator_handle_v2<'a>(
    ctx: &'a Context
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for StatsAggregatorHandleV2::new().call(&ctx).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/StatsAggregatorHandleV2