Searched refs:findVictim (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache.h195 // findVictim selects an entry to remove from the cache. The
197 size_t findVictim();
H A DBlobCache.cpp346 size_t BlobCache::findVictim() { function in class:BlobCache
356 ALOGE("findVictim: unknown mPolicySelect: %d", mPolicySelect);
401 const size_t i = findVictim();

Completed in 279 milliseconds