Searched refs:removeCacheEntry (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/common/include/ | ||
D | ExecutionBurstServer.h | 231 virtual void removeCacheEntry(int32_t slot) = 0; |
/frameworks/ml/nn/common/ | ||
D | ExecutionBurstServer.cpp | 68 void removeCacheEntry(int32_t slot) override { mMemoryCache.erase(slot); } in removeCacheEntry() function in android::nn::__anonf1be77a60111::DefaultBurstExecutorWithCache |
/frameworks/ml/nn/driver/sample/ | ||
D | SampleDriver.cpp | 772 void removeCacheEntry(int32_t slot) override { mMemoryCache.erase(slot); } in removeCacheEntry() function in android::nn::sample_driver::BurstExecutorWithCache |