Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/
H A DExecutionBurstServer.cpp499 std::shared_ptr<IBurstExecutorWithCache> executorWithCache, in create() argument
502 if (callback == nullptr || executorWithCache == nullptr) { in create()
521 std::move(resultChannelSender), std::move(executorWithCache)); in create()
546 std::shared_ptr<IBurstExecutorWithCache> executorWithCache) in ExecutionBurstServer() argument
550 mExecutorWithCache(std::move(executorWithCache)) { in ExecutionBurstServer()
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DExecutionBurstServer.h279 std::shared_ptr<IBurstExecutorWithCache> executorWithCache,
/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DSampleDriver.cpp899 const std::shared_ptr<BurstExecutorWithCache> executorWithCache = in configureExecutionBurst() local
902 callback, requestChannel, resultChannel, executorWithCache, pollingTimeWindow); in configureExecutionBurst()