Home
last modified time | relevance | path

Searched refs:_validate_colocate_with_variable (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Done_device_strategy.py284 def _validate_colocate_with_variable(self, colocate_with_variable): member in OneDeviceExtended
H A Ddistribute_lib.py2274 self._validate_colocate_with_variable(colocate_with_variable)
2277 def _validate_colocate_with_variable(self, colocate_with_variable): member in StrategyExtendedV2
H A Dparameter_server_strategy.py336 def _validate_colocate_with_variable(self, colocate_with_variable): member in ParameterServerStrategyExtended
H A Dmirrored_strategy.py538 def _validate_colocate_with_variable(self, colocate_with_variable): member in MirroredExtended
H A Dtpu_strategy.py931 def _validate_colocate_with_variable(self, colocate_with_variable): member in TPUExtended