Searched refs:_apply_aggregation (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/distribute/ |
D | values.py | 623 def _apply_aggregation(strategy, value, aggregation, destinations): function 691 v = _apply_aggregation(strategy, value, self._aggregation, self) 965 v = _apply_aggregation(strategy, value, self._aggregation, self) 1502 v = _apply_aggregation(strategy, value, self._aggregation, self)
|