Home
last modified time | relevance | path

Searched refs:names_to_tuples (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops.py3692 def aggregate_metric_map(names_to_tuples): argument
3719 metric_names = names_to_tuples.keys()
3720 value_ops, update_ops = zip(*names_to_tuples.values())