Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DExecutionBurstServer.cpp505 std::shared_ptr<IBurstExecutorWithCache> executorWithCache, in create() argument
508 if (callback == nullptr || executorWithCache == nullptr) { in create()
527 std::move(resultChannelSender), std::move(executorWithCache)); in create()
552 std::shared_ptr<IBurstExecutorWithCache> executorWithCache) in ExecutionBurstServer() argument
556 mExecutorWithCache(std::move(executorWithCache)) { in ExecutionBurstServer()
/packages/modules/NeuralNetworks/common/include/
DExecutionBurstServer.h279 std::shared_ptr<IBurstExecutorWithCache> executorWithCache,
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriver.cpp888 const std::shared_ptr<BurstExecutorWithCache> executorWithCache = in configureExecutionBurst() local
891 callback, requestChannel, resultChannel, executorWithCache, pollingTimeWindow); in configureExecutionBurst()