Searched refs:_real_mirrored_creator (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/distribute/ |
D | collective_all_reduce_strategy.py | 249 def _real_mirrored_creator(devices, *args, **kwargs): function 329 _real_mirrored_creator, *args, **kwargs)
|
D | tpu_strategy.py | 410 def _real_mirrored_creator(devices, *args, **kwargs): # pylint: disable=g-missing-docstring function 439 _real_mirrored_creator, *args, **kwargs)
|
D | mirrored_strategy.py | 532 def _real_mirrored_creator(devices, *args, **kwargs): # pylint: disable=g-missing-docstring function 564 _real_mirrored_creator, *args, **kwargs)
|