Home
last modified time | relevance | path

Searched defs:task_name (Results 1 – 24 of 24) sorted by relevance

/external/autotest/server/hosts/
Dcros_label.py69 def update_for_task(self, task_name): argument
126 def update_for_task(self, task_name): argument
156 def update_for_task(self, task_name): argument
204 def update_for_task(self, task_name): argument
221 def update_for_task(self, task_name): argument
263 def update_for_task(self, task_name): argument
303 def update_for_task(self, task_name): argument
Dbase_label.py105 def update_for_task(self, task_name): argument
196 def _populate_known_labels(self, label_list, task_name): argument
231 def get_labels_for_update(self, host, task_name): argument
300 def update_labels(self, host, task_name='', keep_pool=False): argument
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_param_resolver_distributed_test.cc99 string task_name; in GetDeviceLocalityAsync() local
181 string task_name = strings::StrCat("/job:worker/replica:0/task:", wi); in DefineCollectiveParams() local
215 string task_name = strings::StrCat("/job:worker/replica:0/task:", wi); in IssueRequests() local
223 void IssueRequest(const string& task_name, const string& device_name, in IssueRequest()
257 string task_name = strings::StrCat("/job:worker/replica:0/task:", wi); in ValidateCollectiveParams() local
350 const string task_name = "/job:worker/replica:0/task:1"; in TEST_F() local
Dcollective_rma_distributed.h32 WorkerCacheInterface* worker_cache, int64 step_id, string task_name) in CollectiveRemoteAccessDistributed()
Drpc_collective_executor_mgr_test.cc41 string task_name = "/job:localhost/replica:0/task:0"; in RpcCollectiveExecutorMgrTest() local
Drpc_collective_executor_mgr.cc33 WorkerCacheInterface* worker_cache, const string& task_name) in RpcCollectiveExecutorMgr()
Dsession_mgr.cc236 string task_name; in UpdateSession() local
Dcollective_param_resolver_distributed.cc94 const string& task_name) in CollectiveParamResolverDistributed()
Dcollective_rma_distributed_test.cc152 string task_name; in GetDeviceLocalityAsync() local
Dmaster_session.cc1318 string task_name; in CreateWorkerSessions() local
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_param_resolver_local.cc43 DeviceResolverInterface* dev_resolver, const string& task_name) in CollectiveParamResolverLocal()
81 string task_name; in TaskNameFromDeviceName() local
435 const string& task_name = gp.task_names[i]; in EstablishGlobalRank() local
456 for (const string& task_name : gp->task_names) { in SetDevPerTask() local
521 string task_name = TaskNameFromDeviceName(item.first); in FinishGroup() local
535 void CollectiveParamResolverLocal::CompleteTaskIsLocal(const string& task_name, in CompleteTaskIsLocal()
Ddevice_resolver_local_test.cc34 string task_name = "/job:localhost/replica:0/task:0"; in DeviceResolverLocalTest() local
Dcollective_executor_mgr_test.cc40 string task_name = "/job:localhost/replica:0/task:0"; in CollectiveExecutorMgrTest() local
Dhierarchical_tree_broadcaster_test.cc332 string task_name = strings::StrCat("/job:worker/replica:0/task:", wi); in Init() local
548 string task_name = strings::StrCat("/job:worker/replica:0/task:", ti); in PrepColParamsForSubdivPermsTest() local
801 string task_name = strings::StrCat("/job:worker/replica:0/task:", ti); in TEST_F() local
Dring_gatherer_test.cc225 string task_name = strings::StrCat("/job:worker/replica:0/task:", wi); in Init() local
557 string task_name = strings::StrCat("/job:worker/replica:0/task:", task_id); in SetUpCollectiveParams() local
Dring_reducer_test.cc247 string task_name = strings::StrCat("/job:worker/replica:0/task:", wi); in Init() local
589 string task_name = strings::StrCat("/job:worker/replica:0/task:", task_id); in SetUpCollectiveParams() local
Dbase_collective_executor.cc459 const string& task_name = in UnblockDependencies() local
Dpermuter_test.cc186 string task_name = strings::StrCat("/job:worker/replica:0/task:", wi); in Init() local
/external/webrtc/modules/audio_device/win/
Dcore_audio_utility_win.h85 explicit ScopedMMCSSRegistration(const wchar_t* task_name) { in ScopedMMCSSRegistration()
/external/autotest/server/
Dsite_utils.py523 def get_special_task_exec_path(hostname, task_id, task_name, time_requested): argument
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext_distributed_manager.cc315 string task_name; in UpdateRemoteContexts() local
Dcontext.cc981 Status GetTaskName(Device* d, string* task_name) { in GetTaskName()
/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_test.cc141 const string task_name = "/job:worker/replica:0/task:0"; in Init() local
/external/python/cpython3/Modules/
D_asynciomodule.c85 PyObject *task_name; member