Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DManager.cpp677 auto burstExecution = mCachedBurstExecutions.find(burstController.get()); in compute() local
678 if (burstExecution == mCachedBurstExecutions.end()) { in compute()
697 execution = burstExecution->second; in compute()