Searched defs:_gather_to_implementation (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/distribute/ | ||
D | collective_all_reduce_strategy.py | 800 def _gather_to_implementation(self, value, destinations, axis, options): member in CollectiveAllReduceExtended |
D | one_device_strategy.py | 400 def _gather_to_implementation(self, value, destinations, axis, options): member in OneDeviceExtended |
D | parameter_server_strategy.py | 507 def _gather_to_implementation(self, value, destinations, axis, member in ParameterServerStrategyExtended |
D | mirrored_strategy.py | 720 def _gather_to_implementation(self, value, destinations, axis, options): member in MirroredExtended |
D | tpu_strategy.py | 1288 def _gather_to_implementation(self, value, destinations, axis, options): member in TPUExtended |
D | distribute_lib.py | 2548 def _gather_to_implementation(self, value, destinations, axis, options): member in StrategyExtendedV2 |