Home
last modified time | relevance | path

Searched refs:memoryCache (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DExecutionBurstController.h140 explicit ExecutionBurstCallback(const std::shared_ptr<MemoryCache>& memoryCache);
166 std::shared_ptr<MemoryCache> memoryCache,
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DBurst.cpp106 if (const auto memoryCache = maybeMemoryCache.lock()) { in getOrCacheMemory() local
107 memoryCache->tryFreeMemory(memory, identifier); in getOrCacheMemory()