Searched refs:CacheMissKeys (Results 1 – 2 of 2) sorted by relevance
293 class CacheMissKeys {295 explicit CacheMissKeys(const std::vector<row_id_type> &v);296 ~CacheMissKeys() = default;307 std::unique_ptr<CacheMissKeys> cache_miss_keys_;
323 cache_miss_keys_ = std::make_unique<CacheMissKeys>(row_ids); in ServerRunningOutOfResources()329 CacheClient::CacheMissKeys::CacheMissKeys(const std::vector<row_id_type> &v) { in CacheMissKeys() function in mindspore::dataset::CacheClient::CacheMissKeys342 bool CacheClient::CacheMissKeys::KeyIsCacheMiss(row_id_type key) { in KeyIsCacheMiss()