Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DManager.cpp219 mutable std::map<const IBurst*, SharedExecution> mCachedBurstExecutions; member in android::nn::DriverExecution
677 auto burstExecution = mCachedBurstExecutions.find(burstController.get()); in compute()
678 if (burstExecution == mCachedBurstExecutions.end()) { in compute()
695 mCachedBurstExecutions.emplace(burstController.get(), execution); in compute()