Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_perf_run.cc327 for (auto msg_qid : msg_send_lists_) { in ~CachePerfRun() local
343 for (auto msg_qid : msg_send_lists_) { in ~CachePerfRun() local
347 for (auto msg_qid : msg_recv_lists_) { in ~CachePerfRun() local
596 for (auto msg_qid : msg_send_lists_) { in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_server.cc1030 Status CacheServer::Run(int msg_qid) { in Run()