Home
last modified time | relevance | path

Searched defs:removeCacheEntry (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstServer.cpp142 void ExecutionBurstServer::MemoryCache::removeCacheEntry(int32_t slot) { in removeCacheEntry() function in android::hardware::neuralnetworks::V1_2::utils::ExecutionBurstServer::MemoryCache
/aosp12/packages/modules/NeuralNetworks/common/
H A DExecutionBurstServer.cpp68 void removeCacheEntry(int32_t slot) override { mMemoryCache.erase(slot); } in removeCacheEntry() function in android::nn::__anon8afc4f580110::DefaultBurstExecutorWithCache
/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DSampleDriver.cpp793 void removeCacheEntry(int32_t slot) override { mMemoryCache.erase(slot); } in removeCacheEntry() function in android::nn::sample_driver::BurstExecutorWithCache