Searched refs:isCacheEntryPresent (Results 1 – 3 of 3) sorted by relevance
209 virtual bool isCacheEntryPresent(int32_t slot) const = 0;
59 bool isCacheEntryPresent(int32_t slot) const override { in isCacheEntryPresent() function in android::nn::__anon8afc4f580110::DefaultBurstExecutorWithCache572 return mExecutorWithCache->isCacheEntryPresent(slot); in ensureCacheEntriesArePresentLocked()
784 bool isCacheEntryPresent(int32_t slot) const override { in isCacheEntryPresent() function in android::nn::sample_driver::BurstExecutorWithCache806 [this](int32_t slot) { return isCacheEntryPresent(slot); })) { in execute()