Home
last modified time | relevance | path

Searched refs:kLocalByPassThreshold (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_common.h40 constexpr static int32_t kLocalByPassThreshold = 64 * 1024; variable
Dcache_request.cc49 bool sent_using_local_bypass = support_local_bypass_ ? (sz_ >= kLocalByPassThreshold) : false; in SerializeCacheRowRequest()
Dcache_server.cc525 bool local_bypass = local_client ? (mem_sz >= kLocalByPassThreshold) : false; in BatchFetchRows()