Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dparameter_server_strategy.py45 _LOCAL_CPU = "/device:CPU:0" variable
107 cross_device_ops_lib.ReductionToOneDevice(reduce_to_device=_LOCAL_CPU))
227 compute_devices = (_LOCAL_CPU,)
240 self._variable_device = _LOCAL_CPU
241 self._parameter_devices = (_LOCAL_CPU,)