Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp649 StepExecutor executor(executionBuilder, executionBuilder->getModel(), in cpuFallbackFull()
663 static std::tuple<int, std::vector<OutputShape>, Timing, std::shared_ptr<StepExecutor>>
670 std::shared_ptr<StepExecutor> executor; in cpuFallbackPartial()
734 std::shared_ptr<StepExecutor> executor; in computeInternal()
760 StepExecutor::UpdateOutputShapes updateOutputShapes = {}; in computeInternal()
816 StepExecutor::UpdateOutputShapes fallbackUpdateOutputShapes = {}; in computeInternal()
956 std::shared_ptr<StepExecutor> executor; in computeFencedInternal()
1231 std::string toString(StepExecutor::UpdateOutputShapes updateOutputShapes) { in toString()
1238 bool StepExecutor::updateOutputShapes(int executionResultCode, const std::vector<OutputShape>& from, in updateOutputShapes()
1360 StepExecutor::StepExecutor(ExecutionBuilder* executionBuilder, const ModelBuilder* model, in StepExecutor() function in android::nn::StepExecutor
[all …]
DExecutionBuilder.h54 class StepExecutor; variable
60 friend class StepExecutor; variable
298 std::shared_ptr<StepExecutor> mExecutor;
318 class StepExecutor {
344 StepExecutor(ExecutionBuilder* executionBuilder, const ModelBuilder* model,
477 std::string toString(StepExecutor::UpdateOutputShapes updateOutputShapes);
DExecutionPlan.h57 class StepExecutor; variable
296 std::shared_ptr<StepExecutor> stepExecutor,
689 int next(std::shared_ptr<Controller> controller, std::shared_ptr<StepExecutor>* executor,
694 int fallback(std::shared_ptr<Controller> controller, std::shared_ptr<StepExecutor>* executor,
700 std::shared_ptr<StepExecutor> makeStepExecutor(bool reusable,
817 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController,
820 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController,
823 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController,
826 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController,
829 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController,
DExecutionPlan.cpp590 std::shared_ptr<StepExecutor> executor, in mapInputsAndOutputs()
1443 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController, in fallback()
1559 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController, in next()
1581 std::shared_ptr<StepExecutor>* executor, in nextCompound()
1610 std::shared_ptr<StepExecutor>* executor, in nextCompound()
1619 *executor = std::make_shared<StepExecutor>(controller->mExecutionBuilder, step->getStepModel(), in nextCompound()
1714 std::shared_ptr<StepExecutor>* executor, in nextCompound()
1757 std::shared_ptr<StepExecutor>* executor, in nextCompound()
1879 std::shared_ptr<StepExecutor>* executor, in nextCompound()
1887 std::shared_ptr<StepExecutor> ExecutionPlan::makeStepExecutor( in makeStepExecutor()
[all …]