Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp610 StepExecutor executor(executionBuilder, executionBuilder->getModel(), in cpuFallbackFull()
624 static std::tuple<int, std::vector<OutputShape>, Timing, std::shared_ptr<StepExecutor>>
631 std::shared_ptr<StepExecutor> executor; in cpuFallbackPartial()
695 std::shared_ptr<StepExecutor> executor; in computeInternal()
721 StepExecutor::UpdateOutputShapes updateOutputShapes = {}; in computeInternal()
777 StepExecutor::UpdateOutputShapes fallbackUpdateOutputShapes = {}; in computeInternal()
917 std::shared_ptr<StepExecutor> executor; in computeFencedInternal()
1184 std::string toString(StepExecutor::UpdateOutputShapes updateOutputShapes) { in toString()
1191 bool StepExecutor::updateOutputShapes(int executionResultCode, const std::vector<OutputShape>& from, in updateOutputShapes()
1313 StepExecutor::StepExecutor(ExecutionBuilder* executionBuilder, const ModelBuilder* model, in StepExecutor() function in android::nn::StepExecutor
[all …]
DExecutionBuilder.h53 class StepExecutor; variable
56 friend class StepExecutor; variable
276 std::shared_ptr<StepExecutor> mExecutor;
296 class StepExecutor {
322 StepExecutor(ExecutionBuilder* executionBuilder, const ModelBuilder* model,
455 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.cpp550 std::shared_ptr<StepExecutor> executor, in mapInputsAndOutputs()
1391 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController, in fallback()
1507 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController, in next()
1529 std::shared_ptr<StepExecutor>* executor, in nextCompound()
1558 std::shared_ptr<StepExecutor>* executor, in nextCompound()
1567 *executor = std::make_shared<StepExecutor>(controller->mExecutionBuilder, step->getStepModel(), in nextCompound()
1662 std::shared_ptr<StepExecutor>* executor, in nextCompound()
1705 std::shared_ptr<StepExecutor>* executor, in nextCompound()
1827 std::shared_ptr<StepExecutor>* executor, in nextCompound()
1835 std::shared_ptr<StepExecutor> ExecutionPlan::makeStepExecutor( in makeStepExecutor()
[all …]