Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py624 def _aggregate_variable(v, collections): function
1512 value_tensor = _aggregate_variable(count, metrics_collections)
1621 fn_value = _aggregate_variable(values['fn'], metrics_collections)
1730 fp_value = _aggregate_variable(values['fp'], metrics_collections)
1839 tn_value = _aggregate_variable(values['tn'], metrics_collections)
1948 tp_value = _aggregate_variable(values['tp'], metrics_collections)