/external/tensorflow/tensorflow/python/training/ |
D | server_lib.py | 31 def _make_server_def(server_or_cluster_def, job_name, task_index, protocol, argument 62 if task_index is not None: 63 server_def.task_index = task_index 79 if task_index is None: 82 task_index = task_indices[0] 91 task_index=task_index, 114 task_index=None, argument 147 task_index, protocol, config) 413 def task_address(self, job_name, task_index): argument 432 return job[task_index] [all …]
|
D | server_lib_test.py | 201 task_index=0, 212 }, job_name="local", task_index=0) 348 cluster=cluster_def, job_name="local", task_index=0, protocol="grpc") 366 cluster=cluster_def, job_name="local", task_index=1, protocol="grpc") 386 cluster=cluster_def, job_name="worker", task_index=2, protocol="grpc") 412 cluster=cluster_def, job_name="worker", task_index=2, protocol="grpc")
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_tensorflow_server.cc | 42 int task_index, ServerDef* options) { in FillServerDef() argument 45 options->set_task_index(task_index); in FillServerDef() 76 if (options->task_index() >= my_num_tasks) { in FillServerDef() 77 return errors::InvalidArgument("Task index ", options->task_index(), in FillServerDef() 101 int task_index = 0; in main() local 105 tensorflow::Flag("task_id", &task_index, "task id"), in main() 117 task_index, &server_def); in main()
|
D | grpc_testlib_server.cc | 39 int num_cpus, int num_gpus, int task_index, in FillServerDef() argument 43 options->set_task_index(task_index); in FillServerDef() 84 int task_index = 0; in main() local 88 tensorflow::Flag("tf_task", &task_index, "task index"), in main() 101 num_gpus, task_index, &def); in main()
|
D | grpc_server_lib.cc | 139 auto iter = job.tasks().find(server_def.task_index()); in GetPort() 141 return errors::InvalidArgument("Task ", server_def.task_index(), in GetPort() 187 "/task:", server_def_.task_index()); in Init() 327 if (job.name() == *options.job_name && task.first == options.task_index) { in ParseChannelSpec() 356 "/task:", options.task_index); in WorkerCacheFactory()
|
/external/libchrome/base/message_loop/ |
D | message_loop_unittest.cc | 1371 int task_index = 0; in TEST_P() local 1372 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true)); in TEST_P() 1373 EXPECT_EQ(order.Get(task_index++), TaskItem(ORDERED, 2, true)); in TEST_P() 1374 EXPECT_EQ(order.Get(task_index++), TaskItem(ORDERED, 2, false)); in TEST_P() 1375 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, false)); in TEST_P() 1376 EXPECT_EQ(order.Get(task_index++), TaskItem(ORDERED, 3, true)); in TEST_P() 1377 EXPECT_EQ(order.Get(task_index++), TaskItem(ORDERED, 3, false)); in TEST_P() 1378 EXPECT_EQ(static_cast<size_t>(task_index), order.Size()); in TEST_P() 1403 int task_index = 0; in TEST_P() local 1404 EXPECT_EQ(order.Get(task_index++), TaskItem(RUNS, 1, true)); in TEST_P() [all …]
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | cluster.proto | 37 // cluster { $CLUSTER } job_name: 'local' task_index: 0 46 // cluster { $CLUSTER } job_name: 'local' task_index: 0 47 // cluster { $CLUSTER } job_name: 'local' task_index: 1 60 // cluster { $CLUSTER } job_name: 'worker' task_index: 0 61 // cluster { $CLUSTER } job_name: 'worker' task_index: 1 62 // cluster { $CLUSTER } job_name: 'worker' task_index: 2 63 // cluster { $CLUSTER } job_name: 'ps' task_index: 0 64 // cluster { $CLUSTER } job_name: 'ps' task_index: 1
|
/external/toolchain-utils/bestflags/ |
D | steering_test.py | 81 task_index = 0 90 test_ranges = range(task_index, task_index + NUMBER_OF_TASKS) 100 task_index += NUMBER_OF_TASKS
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_env.h | 40 int task_index; member 52 task_index = server_def.task_index(); in WorkerCacheFactoryOptions()
|
/external/tensorflow/tensorflow/python/eager/ |
D | remote.py | 84 task_index=0, argument 176 task_index=task_index,
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | replicate_test.py | 188 task_index): argument 201 task_index=task_index, 231 task_index=0))
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.config.experimental.-cluster-device-filters.pbtxt | 11 …argspec: "args=[\'self\', \'job_name\', \'task_index\', \'device_filters\'], varargs=None, keyword…
|
D | tensorflow.train.-server-def.pbtxt | 19 name: "task_index"
|
D | tensorflow.distribute.-server.pbtxt | 15 …argspec: "args=[\'self\', \'server_or_cluster_def\', \'job_name\', \'task_index\', \'protocol\', \…
|
D | tensorflow.train.-cluster-spec.pbtxt | 31 …argspec: "args=[\'self\', \'job_name\', \'task_index\'], varargs=None, keywords=None, defaults=Non…
|
D | tensorflow.config.pbtxt | 29 …argspec: "args=[\'cluster_spec_or_resolver\', \'job_name\', \'task_index\', \'protocol\', \'make_m…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.config.experimental.-cluster-device-filters.pbtxt | 11 …argspec: "args=[\'self\', \'job_name\', \'task_index\', \'device_filters\'], varargs=None, keyword…
|
D | tensorflow.train.-server-def.pbtxt | 19 name: "task_index"
|
D | tensorflow.distribute.-server.pbtxt | 15 …argspec: "args=[\'self\', \'server_or_cluster_def\', \'job_name\', \'task_index\', \'protocol\', \…
|
D | tensorflow.train.-server.pbtxt | 15 …argspec: "args=[\'self\', \'server_or_cluster_def\', \'job_name\', \'task_index\', \'protocol\', \…
|
D | tensorflow.train.-cluster-spec.pbtxt | 31 …argspec: "args=[\'self\', \'job_name\', \'task_index\'], varargs=None, keywords=None, defaults=Non…
|
D | tensorflow.config.pbtxt | 29 …argspec: "args=[\'cluster_spec_or_resolver\', \'job_name\', \'task_index\', \'protocol\', \'make_m…
|
/external/tensorflow/tensorflow/python/distribute/ |
D | multi_worker_test_base.py | 113 task_index=i, 122 task_index=i, 131 task_index=0, 140 task_index=0,
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | grpc_tensorflow_server.py | 106 server_def.task_index = FLAGS.task_id
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | inference_context.cc | 101 void AddUsage(ValueId id, int task_index, in AddUsage() argument 105 (*usage_records)[id].x = task_index; in AddUsage() 106 (*usage_records)[id].y = task_index; in AddUsage() 108 (*usage_records)[id].y = task_index; in AddUsage()
|