Home
last modified time | relevance | path

Searched refs:mPolicySelect (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/driver/cache/BlobCache/
DBlobCache.cpp64 mPolicySelect(policy.first), in BlobCache()
344 switch (mPolicySelect) { in findVictim()
354 ALOGE("findVictim: unknown mPolicySelect: %d", mPolicySelect); in findVictim()
DBlobCache.h326 const Select mPolicySelect; variable