Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DExecutionBurstServer.cpp437 std::shared_ptr<IBurstExecutorWithCache> executorWithCache) { in create() argument
439 if (callback == nullptr || executorWithCache == nullptr) { in create()
458 std::move(resultChannelSender), std::move(executorWithCache)); in create()
482 std::shared_ptr<IBurstExecutorWithCache> executorWithCache) in ExecutionBurstServer() argument
486 mExecutorWithCache(std::move(executorWithCache)) { in ExecutionBurstServer()
/frameworks/ml/nn/common/include/
DExecutionBurstServer.h253 std::shared_ptr<IBurstExecutorWithCache> executorWithCache);
/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp445 const std::shared_ptr<BurstExecutorWithCache> executorWithCache = in configureExecutionBurst() local
448 callback, requestChannel, resultChannel, executorWithCache); in configureExecutionBurst()