Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py624 def _aggregate_variable(v, collections): function
1484 value_tensor = _aggregate_variable(count, metrics_collections)
1593 fn_value = _aggregate_variable(values['fn'], metrics_collections)
1702 fp_value = _aggregate_variable(values['fp'], metrics_collections)
1811 tn_value = _aggregate_variable(values['tn'], metrics_collections)
1920 tp_value = _aggregate_variable(values['tp'], metrics_collections)
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops.py3783 …count_ = metrics_impl._aggregate_variable(count_, metrics_collections) # pylint: disable=protecte…