Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DExecutionBurstServer.h190 virtual bool isCacheEntryPresent(int32_t slot) const = 0;
/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp359 bool isCacheEntryPresent(int32_t slot) const override { in isCacheEntryPresent() function in android::nn::sample_driver::BurstExecutorWithCache
381 [this](int32_t slot) { return isCacheEntryPresent(slot); })) { in execute()
/frameworks/ml/nn/common/
DExecutionBurstServer.cpp44 bool isCacheEntryPresent(int32_t slot) const override { in isCacheEntryPresent() function in android::nn::__anon8ca7e4ef0111::DefaultBurstExecutorWithCache
507 return mExecutorWithCache->isCacheEntryPresent(slot); in ensureCacheEntriesArePresentLocked()