Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_common.h52 constexpr static uint32_t kLocalClientSupport = 1; variable
Dcache_request.cc52 BitSet(&flag, kLocalClientSupport); in SerializeCacheRowRequest()
144 rq_.set_flag(support_local_bypass_ ? kLocalClientSupport : 0); in BatchFetchRequest()
Dcache_server.cc522 bool local_client = BitTest(client_flag, kLocalClientSupport); in BatchFetchRows()