Searched refs:_aggregate_variable (Results 1 – 2 of 2) sorted by relevance
624 def _aggregate_variable(v, collections): function1484 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)
3783 …count_ = metrics_impl._aggregate_variable(count_, metrics_collections) # pylint: disable=protecte…