Home
last modified time | relevance | path

Searched refs:local_bypass (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_grpc_client.cc45 Status CacheClientGreeter::AttachToSharedMemory(bool *local_bypass) { in AttachToSharedMemory() argument
46 *local_bypass = false; in AttachToSharedMemory()
53 *local_bypass = true; in AttachToSharedMemory()
Dcache_grpc_client.h85 Status AttachToSharedMemory(bool *local_bypass);
Dcache_server.cc525 bool local_bypass = local_client ? (mem_sz >= kLocalByPassThreshold) : false; in BatchFetchRows() local
526 reply->set_flag(local_bypass ? kDataIsInSharedMemory : 0); in BatchFetchRows()
527 if (local_bypass) { in BatchFetchRows()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/stub/
Dcache_grpc_client.h37 Status AttachToSharedMemory(bool *local_bypass) { RETURN_STATUS_UNEXPECTED("Not supported"); } in AttachToSharedMemory() argument