Home
last modified time | relevance | path

Searched defs:QueryCache (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/compiler/rustc_query_system/src/query/
Dcaches.rs19 pub trait QueryCache: Sized { trait
Dplumbing.rs241 pub fn try_get_cached<Tcx, C>(tcx: Tcx, cache: &C, key: &C::Key) -> Option<C::Value> in try_get_cached()
/third_party/rust/rust/compiler/rustc_middle/src/query/
Dplumbing.rs150 Cache: QueryCache, in query_get_at()
167 Cache: QueryCache, in query_ensure()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/embedding_cache/embedding_storage/
Ddense_embedding_storage.cc165 void DenseEmbeddingStorage<KeyType, ValueType, Allocator>::QueryCache(const KeyType *keys, size_t k… in QueryCache() function in mindspore::distributed::storage::DenseEmbeddingStorage
Dsparse_embedding_storage.cc144 void SparseEmbeddingStorage<KeyType, ValueType, Allocator>::QueryCache(const KeyType *keys, size_t … in QueryCache() function in mindspore::distributed::storage::SparseEmbeddingStorage
/third_party/rust/rust/compiler/rustc_query_impl/src/
Dprofiling_support.rs173 C: QueryCache, in alloc_self_profile_query_strings_for_query_cache()