Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DExecutionBurstController.h129 std::vector<nn::SharedMemory> mMemoryCache GUARDED_BY(mMutex);
197 const std::shared_ptr<MemoryCache> mMemoryCache; variable
DExecutionBurstServer.h150 MemoryCache mMemoryCache; variable
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DExecutionBurstServer.cpp182 mMemoryCache(mBurstExecutor, mCallback) { in ExecutionBurstServer()
197 mMemoryCache.removeCacheEntry(slot); in freeMemory()
245 NN_TRY(makeExecutionFailure(mMemoryCache.getCacheEntries(slotsOfPools))); in execute()