Searched refs:_validate_colocate_with_variable (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/distribute/ | ||
D | one_device_strategy.py | 73 def _validate_colocate_with_variable(self, colocate_with_variable): member in OneDeviceExtended |
D | distribute_lib.py | 978 self._validate_colocate_with_variable(colocate_with_variable) |
D | parameter_server_strategy.py | 252 def _validate_colocate_with_variable(self, colocate_with_variable): member in ParameterServerStrategyExtended |
D | tpu_strategy.py | 254 def _validate_colocate_with_variable(self, colocate_with_variable): member in TPUExtended |
D | mirrored_strategy.py | 566 def _validate_colocate_with_variable(self, colocate_with_variable): member in MirroredExtended |