Home
last modified time | relevance | path

Searched refs:isCacheEntryPresent (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/include/
H A DExecutionBurstServer.h209 virtual bool isCacheEntryPresent(int32_t slot) const = 0;
/aosp12/packages/modules/NeuralNetworks/common/
H A DExecutionBurstServer.cpp59 bool isCacheEntryPresent(int32_t slot) const override { in isCacheEntryPresent() function in android::nn::__anon8afc4f580110::DefaultBurstExecutorWithCache
572 return mExecutorWithCache->isCacheEntryPresent(slot); in ensureCacheEntriesArePresentLocked()
/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DSampleDriver.cpp784 bool isCacheEntryPresent(int32_t slot) const override { in isCacheEntryPresent() function in android::nn::sample_driver::BurstExecutorWithCache
806 [this](int32_t slot) { return isCacheEntryPresent(slot); })) { in execute()