Home
last modified time | relevance | path

Searched refs:WORKER (Results 1 – 25 of 31) sorted by relevance

12

/external/tensorflow/tensorflow/python/distribute/
Ddistribute_coordinator_test.py54 WORKER = distribute_coordinator._TaskType.WORKER variable
171 WORKER: [
205 cluster_spec[WORKER] = [
450 self.assertTrue(WORKER in self._worker_context)
451 self.assertEqual(len(self._worker_context[WORKER]), NUM_WORKERS)
456 self._worker_context[WORKER][0],
459 self._worker_context[WORKER][1],
462 self._worker_context[WORKER][2],
474 self.assertTrue(WORKER in self._strategy_property)
475 self.assertEqual(len(self._strategy_property[WORKER]), NUM_WORKERS)
[all …]
Ddistribute_coordinator.py42 WORKER = "worker" variable in _TaskType
99 return len(cluster_spec.as_dict().get(_TaskType.WORKER, [])) + len(
182 assert _TaskType.WORKER in self._cluster_spec.jobs
183 task_type = _TaskType.WORKER
203 self._task_type == _TaskType.WORKER and self._task_id == 0):
469 for task_type in [_TaskType.CHIEF, _TaskType.WORKER]:
846 if task_type in [_TaskType.CHIEF, _TaskType.WORKER]:
Destimator_training.py35 WORKER = dc._TaskType.WORKER variable
55 return (len(cluster_spec.as_dict().get(WORKER, [])) + len(
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Drun_config_test.py64 run_config_lib.TaskType.WORKER: ["host3:3", "host4:4", "host5:5"]
67 "type": run_config_lib.TaskType.WORKER,
79 self.assertEqual(config.task_type, run_config_lib.TaskType.WORKER)
91 "type": run_config_lib.TaskType.WORKER,
104 self.assertEqual(config.task_type, run_config_lib.TaskType.WORKER)
109 tf_config = {"cluster": {run_config_lib.TaskType.WORKER: ["host1:1"]}}
118 run_config_lib.TaskType.WORKER: ["host3:3", "host4:4", "host5:5"]
130 run_config_lib.TaskType.WORKER: ["host3:3", "host4:4", "host5:5"]
147 run_config_lib.TaskType.WORKER: ["host3:3", "host4:4", "host5:5"]
150 "type": run_config_lib.TaskType.WORKER,
[all …]
Drun_config.py69 WORKER = 'worker' variable in TaskType
163 self._is_chief = (self._task_type == TaskType.WORKER and
Destimator_test.py1390 'type': run_config.TaskType.WORKER,
/external/spirv-llvm/test/SPIRV/
DExecutionMode.ll9 ; CHECK-DAG: EntryPoint 6 [[WORKER:[0-9]+]] "worker"
13 ; CHECK-DAG: ExecutionMode [[WORKER]] 17 10 10 10
14 ; CHECK-DAG: ExecutionMode [[WORKER]] 18 12 10 1
15 ; CHECK-DAG: ExecutionMode [[WORKER]] 30 262149
16 ; CHECK-DAG: ExecutionMode [[WORKER]] 36 4
66 ; CHECK: Function [[VOID]] [[WORKER]]
DExecutionMode_SPIR_to_SPIRV.ll12 ; CHECK-SPIRV-DAG: EntryPoint 6 [[WORKER:[0-9]+]] "worker"
13 ; CHECK-SPIRV-DAG: ExecutionMode [[WORKER]] 18 128 10 1
/external/tensorflow/tensorflow/python/tpu/
Dtpu_config_test.py50 run_config_lib.TaskType.WORKER: ['host3:4']
65 run_config_lib.TaskType.WORKER: ['host3:4']
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Darchrast.h39 WORKER = 1 enumerator
/external/tensorflow/tensorflow/contrib/distribute/python/
Dparameter_server_strategy_test.py59 WORKER = run_config.TaskType.WORKER variable
95 target = 'grpc://' + cluster_spec[WORKER][task_id]
114 target = 'grpc://' + cluster_spec[WORKER][task_id]
410 num_workers = len(d.extended._cluster_spec.as_dict().get(WORKER))
486 num_workers = len(d.extended._cluster_spec.as_dict().get(WORKER))
618 cls._default_target = 'grpc://' + cls._cluster_spec[WORKER][0]
Destimator_training_test.py67 WORKER = dc._TaskType.WORKER variable
447 self.join_independent_workers([threads[WORKER][0], threads[EVALUATOR][0]])
Dmulti_worker_test_base.py302 for task_type in [run_config.TaskType.CHIEF, run_config.TaskType.WORKER]:
/external/mesa3d/src/gallium/docs/source/drivers/openswr/
Dprofiling.rst37 Thread 1 (WORKER)
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dlearn_runner_test.py132 run_config_lib.TaskType.WORKER: ["localhost:1236", "localhost:1237"],
336 "type": run_config_lib.TaskType.WORKER
Dlearn_runner.py294 elif config.task_type == run_config_lib.TaskType.WORKER:
Dexperiment_test.py197 run_config_lib.TaskType.WORKER:
287 'type': run_config_lib.TaskType.WORKER,
317 job_name=run_config_lib.TaskType.WORKER,
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dwals_test.py405 run_config_lib.TaskType.WORKER: ['host3:3', 'host4:4']
408 'type': run_config_lib.TaskType.WORKER,
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/system/impl/
DCoreImplTest.java48 private static final ScheduledExecutorService WORKER = field in CoreImplTest
/external/libavc/encoder/
Dih264e_process.c2484 goto WORKER; in ih264e_process_thread()
2509 WORKER: in ih264e_process_thread()
/external/tensorflow/tensorflow/contrib/ignite/
DREADME.md140 >>> with tf.device("/job:WORKER/task:%d" % i):
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp163 pContext->pArContext[i] = ArchRast::CreateThreadContext(ArchRast::AR_THREAD::WORKER); in SwrCreateContext()
/external/cldr/common/uca/
Dallkeys_DUCET.txt5792 1F477 ; [*12B2.0020.0002.1F477] # CONSTRUCTION WORKER
Dallkeys_CLDR.txt6582 1F477 ; [.138B.0020.0002] # CONSTRUCTION WORKER
/external/cldr/tools/java/org/unicode/cldr/draft/
DCategories.txt23036 1F477 So Symbol Person Occupation CONSTRUCTION WORKER

12