Home
last modified time | relevance | path

Searched defs:msg_qid (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_perf_run.cc315 for (auto msg_qid : msg_send_lists_) { in ~CachePerfRun() local
331 for (auto msg_qid : msg_send_lists_) { in ~CachePerfRun() local
335 for (auto msg_qid : msg_recv_lists_) { in ~CachePerfRun() local
580 for (auto msg_qid : msg_send_lists_) { in Run() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_server.cc1022 Status CacheServer::Run(int msg_qid) { in Run()