Searched refs:PrepackedCache (Results 1 – 8 of 8) sorted by relevance
55 PrepackedCache prepacked_cache(307); in TEST()61 PrepackedCache::Action::kInsertedNewEntry); in TEST()68 PrepackedCache::Action::kInsertedNewEntry); in TEST()75 PrepackedCache::Action::kGotExistingEntry); in TEST()77 PrepackedCache::Action::kGotExistingEntry); in TEST()81 PrepackedCache prepacked_cache(860); in TEST()87 PrepackedCache::Action::kInsertedNewEntry); in TEST()94 PrepackedCache::Action::kInsertedNewEntry); in TEST()101 PrepackedCache::Action::kGotExistingEntry); in TEST()103 PrepackedCache::Action::kGotExistingEntry); in TEST()[all …]
49 std::size_t PrepackedCache::KeyHash::operator()( in operator ()()50 const PrepackedCache::Key& key) const { in operator ()()73 PrepackedCache::~PrepackedCache() { in ~PrepackedCache()79 PrepackedCache::Action PrepackedCache::Get(const void* src_data, in Get()104 void PrepackedCache::EjectUntilRoomFor(int new_bytes) { in EjectUntilRoomFor()112 void PrepackedCache::EjectOne() { in EjectOne()
41 class PrepackedCache final {98 explicit PrepackedCache(int max_buffers_bytes = kDefaultMaxBuffersBytes)101 ~PrepackedCache();
30 class PrepackedCache; variable79 PrepackedCache* GetPrepackedCache();
200 PrepackedCache* Ctx::GetPrepackedCache() { in GetPrepackedCache()202 mutable_impl()->prepacked_cache_.reset(new PrepackedCache); in GetPrepackedCache()
71 std::unique_ptr<PrepackedCache> prepacked_cache_;
78 if (action == PrepackedCache::Action::kInsertedNewEntry) { in PreparePackedMatrices()
597 action == PrepackedCache::Action::kInsertedNewEntry ? "no" : "yes");