Searched defs:QueryCache (Results 1 – 6 of 6) sorted by relevance
| /third_party/rust/rust/compiler/rustc_query_system/src/query/ |
| D | caches.rs | 19 pub trait QueryCache: Sized { trait
|
| D | plumbing.rs | 241 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/ |
| D | plumbing.rs | 150 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/ |
| D | dense_embedding_storage.cc | 165 void DenseEmbeddingStorage<KeyType, ValueType, Allocator>::QueryCache(const KeyType *keys, size_t k… in QueryCache() function in mindspore::distributed::storage::DenseEmbeddingStorage
|
| D | sparse_embedding_storage.cc | 144 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/ |
| D | profiling_support.rs | 173 C: QueryCache, in alloc_self_profile_query_strings_for_query_cache()
|