Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DExecutionBurstServer.cpp493 std::shared_ptr<IBurstExecutorWithCache> executorWithCache, in create() argument
496 if (callback == nullptr || executorWithCache == nullptr) { in create()
515 std::move(resultChannelSender), std::move(executorWithCache)); in create()
540 std::shared_ptr<IBurstExecutorWithCache> executorWithCache) in ExecutionBurstServer() argument
544 mExecutorWithCache(std::move(executorWithCache)) { in ExecutionBurstServer()
/frameworks/ml/nn/common/include/
DExecutionBurstServer.h279 std::shared_ptr<IBurstExecutorWithCache> executorWithCache,
/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp875 const std::shared_ptr<BurstExecutorWithCache> executorWithCache = in configureExecutionBurst() local
878 callback, requestChannel, resultChannel, executorWithCache, pollingTimeWindow); in configureExecutionBurst()