Home
last modified time | relevance | path

Searched refs:colocate_with_variable (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py334 def colocate_vars_with(self, colocate_with_variable): argument
336 return self._extended.colocate_vars_with(colocate_with_variable)
935 def colocate_vars_with(self, colocate_with_variable): argument
974 kwargs["colocate_with"] = colocate_with_variable
978 self._validate_colocate_with_variable(colocate_with_variable)
981 def _validate_colocate_with_variable(self, colocate_with_variable): argument
1564 def colocate_vars_with(self, colocate_with_variable): argument
1567 return ops.colocate_with(colocate_with_variable)
Done_device_strategy.py73 def _validate_colocate_with_variable(self, colocate_with_variable): argument
74 values.validate_colocate(colocate_with_variable, self)
Dparameter_server_strategy.py252 def _validate_colocate_with_variable(self, colocate_with_variable): argument
253 values.validate_colocate(colocate_with_variable, self)
Dtpu_strategy.py254 def _validate_colocate_with_variable(self, colocate_with_variable): argument
255 values.validate_colocate_tpu_variable(colocate_with_variable, self)
Dmirrored_strategy.py566 def _validate_colocate_with_variable(self, colocate_with_variable): argument
567 values.validate_colocate_distributed_variable(colocate_with_variable, self)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.distribute.-strategy.pbtxt19 … argspec: "args=[\'self\', \'colocate_with_variable\'], varargs=None, keywords=None, defaults=None"
Dtensorflow.distribute.experimental.-parameter-server-strategy.pbtxt20 … argspec: "args=[\'self\', \'colocate_with_variable\'], varargs=None, keywords=None, defaults=None"
Dtensorflow.distribute.experimental.-t-p-u-strategy.pbtxt24 … argspec: "args=[\'self\', \'colocate_with_variable\'], varargs=None, keywords=None, defaults=None"
Dtensorflow.distribute.experimental.-multi-worker-mirrored-strategy.pbtxt20 … argspec: "args=[\'self\', \'colocate_with_variable\'], varargs=None, keywords=None, defaults=None"
Dtensorflow.distribute.-one-device-strategy.pbtxt20 … argspec: "args=[\'self\', \'colocate_with_variable\'], varargs=None, keywords=None, defaults=None"
Dtensorflow.distribute.-mirrored-strategy.pbtxt20 … argspec: "args=[\'self\', \'colocate_with_variable\'], varargs=None, keywords=None, defaults=None"
Dtensorflow.distribute.-strategy-extended.pbtxt51 … argspec: "args=[\'self\', \'colocate_with_variable\'], varargs=None, keywords=None, defaults=None"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.distribute.-strategy.pbtxt19 … argspec: "args=[\'self\', \'colocate_with_variable\'], varargs=None, keywords=None, defaults=None"
Dtensorflow.distribute.experimental.-parameter-server-strategy.pbtxt20 … argspec: "args=[\'self\', \'colocate_with_variable\'], varargs=None, keywords=None, defaults=None"
Dtensorflow.distribute.experimental.-multi-worker-mirrored-strategy.pbtxt20 … argspec: "args=[\'self\', \'colocate_with_variable\'], varargs=None, keywords=None, defaults=None"
Dtensorflow.distribute.-mirrored-strategy.pbtxt20 … argspec: "args=[\'self\', \'colocate_with_variable\'], varargs=None, keywords=None, defaults=None"
Dtensorflow.distribute.experimental.-t-p-u-strategy.pbtxt24 … argspec: "args=[\'self\', \'colocate_with_variable\'], varargs=None, keywords=None, defaults=None"
Dtensorflow.distribute.-one-device-strategy.pbtxt20 … argspec: "args=[\'self\', \'colocate_with_variable\'], varargs=None, keywords=None, defaults=None"
Dtensorflow.distribute.-strategy-extended.pbtxt51 … argspec: "args=[\'self\', \'colocate_with_variable\'], varargs=None, keywords=None, defaults=None"