Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator_test.py1337 with ops.device(estimator._get_replica_device_setter(config)):
1349 estimator._get_replica_device_setter(run_config.RunConfig())):
1366 with ops.device(estimator._get_replica_device_setter(config)):
1376 estimator._get_replica_device_setter(run_config.RunConfig())):
1399 with ops.device(estimator._get_replica_device_setter(config)):
Destimator.py209 def _get_replica_device_setter(config): function
459 self._device_fn = _get_replica_device_setter(self._config)
/external/tensorflow/tensorflow/contrib/boosted_trees/python/training/functions/
Dgbdt_batch.py728 with ops.device(self._get_replica_device_setter(worker_device)):
1279 def _get_replica_device_setter(self, worker_device): member in GradientBoostedDecisionTreeModel