D | metrics_impl.py | 280 def _aggregate_across_replicas(metrics_collections, metric_value_fn, *args): argument 307 if metrics_collections: 308 ops.add_to_collections(metrics_collections, metric_value) 318 metrics_collections=None, argument 386 metrics_collections, compute_mean, total, count) 400 metrics_collections=None, argument 457 return mean(is_correct, weights, metrics_collections, updates_collections, 637 metrics_collections=None, argument 852 metrics_collections, compute_auc_value, values) 866 metrics_collections=None, argument [all …]
|