Home
last modified time | relevance | path

Searched defs:colocate_with (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dnumpy_dataset.py76 def one_host_numpy_dataset(numpy_input, colocate_with, session): argument
Done_device_strategy.py365 def _update_non_slot(self, colocate_with, fn, args, kwargs, group): argument
Dparameter_server_strategy.py521 def _update_non_slot(self, colocate_with, fn, args, kwargs, group): argument
Ddistribute_lib.py1608 self, colocate_with, fn, args=(), kwargs=None, group=True): argument
1630 def _update_non_slot(self, colocate_with, fn, args, kwargs, group): argument
2245 def _update_non_slot(self, colocate_with, fn, args, kwargs, should_group): argument
Ddistribute_lib_test.py119 def _update_non_slot(self, colocate_with, fn, args, kwargs, group): argument
Dtpu_strategy.py715 def _update_non_slot(self, colocate_with, fn, args, kwargs, group): argument
Dmirrored_strategy.py825 def _update_non_slot(self, colocate_with, fn, args, kwargs, group): argument
/external/tensorflow/tensorflow/python/training/
Doptimizer.py813 def _create_non_slot_variable(self, initial_value, name, colocate_with): argument
/external/tensorflow/tensorflow/python/framework/
Dops.py4137 def colocate_with(self, op, ignore_existing=False): member in Graph
5139 def colocate_with(op, ignore_existing=False): function