Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DExecutionBurstServer.cpp544 mExecutorWithCache(std::move(executorWithCache)) { in ExecutionBurstServer()
560 mExecutorWithCache->removeCacheEntry(slot); in freeMemory()
566 return mExecutorWithCache->isCacheEntryPresent(slot); in ensureCacheEntriesArePresentLocked()
600 mExecutorWithCache->addCacheEntry(returnedMemories[i], unknownSlots[i]); in ensureCacheEntriesArePresentLocked()
637 mExecutorWithCache->execute(requestWithoutPools, slotsOfPools, measure); in task()
/frameworks/ml/nn/common/include/
DExecutionBurstServer.h338 const std::shared_ptr<IBurstExecutorWithCache> mExecutorWithCache; variable