Home
last modified time | relevance | path

Searched defs:host_id (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dstep_intersection_test.cc33 PerCoreStepInfo CreateOneTestStep(uint32 host_id, uint32 num_steps, in CreateOneTestStep()
61 for (uint32 host_id = 0; host_id < num_hosts; host_id++) { in CreateTestSteps() local
77 for (uint32 host_id = 0; host_id < num_hosts; host_id++) { in CreateNoStep() local
88 auto host_id = hostid_stepdb.first; in Convert() local
129 for (uint32 host_id = 0; host_id < num_hosts; host_id++) { in TEST() local
150 for (uint32 host_id = 0; host_id < num_hosts; host_id++) { in TEST() local
171 for (uint32 host_id = 0; host_id < num_hosts; host_id++) { in TEST() local
Dstep_intersection.cc177 auto host_id = hostid_stepdb.first; in StepIntersection() local
198 auto host_id = hostid_stepdb.first; in StepIntersection() local
264 auto host_id = hostid_alignment.first; in DebugString() local
270 for (const auto host_id : host_ids) { in DebugString() local
277 for (const auto host_id : host_ids) { in DebugString() local
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dtpu_driver.proto38 optional int32 host_id = 2; field
53 optional int32 host_id = 4; field
/external/autotest/server/lib/
Dstatus_history.py231 def get_tasks(cls, afe, host_id, start_time, end_time): argument
258 def get_status_task(cls, afe, host_id, end_time): argument
340 def get_hqes(cls, afe, host_id, start_time, end_time): argument
635 def get_diagnosis_interval(host_id, end_time, success): argument
682 def get_status_task(host_id, end_time): argument
/external/bcc/examples/networking/distributed_bridge/
Dtunnel.py17 host_id = int(argv[1]) variable
Dtunnel_mesh.py18 host_id = int(argv[2]) variable
/external/autotest/site_utils/
Djob_history.py125 def try_get(self, host_id, job_id, start_time, end_time): argument
141 def update(self, host_id, start_time, end_time): argument
/external/autotest/server/
Dafe_urls.py89 def get_host_url(self, host_id): argument
Dfrontend.py630 def get_host_special_tasks(self, host_id, **data): argument
636 def get_host_status_task(self, host_id, end_time): argument
642 def get_host_diagnosis_interval(self, host_id, end_time, success): argument
/external/OpenCL-CTS/test_conformance/SVM/
Dtest_byte_granularity.cpp101 cl_uint host_id = num_devices; // host code will take the id above the devices. in test_svm_byte_granularity() local
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dop_stats.proto37 string host_id = 1; field
Doverview_page.proto150 string host_id = 1; field
/external/autotest/frontend/afe/
Drpc_interface.py1454 def get_host_special_tasks(host_id, **filter_data): argument
1515 def get_status_task(host_id, end_time): argument
1542 def get_host_status_task(host_id, end_time): argument
1570 def get_host_diagnosis_interval(host_id, end_time, success): argument
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_combiner.cc187 uint32 GlobalCoreId(int host_id, uint32 device_ordinal) { in GlobalCoreId()
/external/autotest/site_utils/deployment/
Dinstall.py287 def _wait_for_idle(afe, host_id): argument
/external/autotest/frontend/client/src/autotest/afe/
DHostDetailView.java281 String host_id = Utils.jsonToString(currentHostObject.get("id")).trim(); in handlePage() local
/external/tensorflow/tensorflow/python/tpu/
Dtpu_feed.py772 host_id, argument
Dtpu_embedding_v2.py1380 def select_fn(host_id): argument
/external/arm-trusted-firmware/plat/ti/k3/common/drivers/ti_sci/
Dti_sci.c1256 int ti_sci_proc_handover(uint8_t proc_id, uint8_t host_id) in ti_sci_proc_handover()
Dti_sci_protocol.h526 uint8_t host_id; member