Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstController.cpp96 const std::shared_ptr<ExecutionBurstController::MemoryCache>& memoryCache) { in getMemoriesHelper()
211 const std::shared_ptr<MemoryCache>& memoryCache) in ExecutionBurstCallback()
218 const auto memoryCache = kMemoryCache.lock(); in getMemories() local
262 auto memoryCache = std::make_shared<MemoryCache>(); in create() local
293 std::shared_ptr<MemoryCache> memoryCache, neuralnetworks::utils::DeathHandler deathHandler) in ExecutionBurstController()
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DBurst.cpp106 if (const auto memoryCache = maybeMemoryCache.lock()) { in getOrCacheMemory() local