Home
last modified time | relevance | path

Searched refs:gap_ (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_client.cc336 gap_.insert(*it); in CacheMissKeys()
339 …) << "# of cache miss keys between min(" << min_ << ") and max(" << max_ << ") is " << gap_.size(); in CacheMissKeys()
348 auto it = gap_.find(key); in KeyIsCacheMiss()
349 return it != gap_.end(); in KeyIsCacheMiss()
Dcache_client.h305 std::set<row_id_type> gap_; variable