• Home
  • Raw
  • Download

Lines Matching refs:ExecutionStep

220     void addRole(const ExecutionStep& step, uint32_t operandIndex, IOType type,  in addRole()
404 ExecutionStep::ExecutionStep(ExecutionPlan* plan, uint32_t stepIndex, uint32_t sourceModelIndex, in ExecutionStep() function in android::nn::ExecutionStep
415 int ExecutionStep::addOperand(uint32_t sourceOperandIndex, uint32_t* stepOperandIndex, in addOperand()
515 int ExecutionStep::addOperation(int operationIndex) { in addOperation()
549 void ExecutionStep::mapInputsAndOutputs( in mapInputsAndOutputs()
632 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findModelOutputsThatAreDownstreamInputs()
655 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findTempsAsStepModelOutputs()
675 void ExecutionStep::declareModelOutputIsDownstreamInput(uint32_t mainModelOutputIndex) { in declareModelOutputIsDownstreamInput()
686 void ExecutionStep::recordTempAsStepModelOutput(uint32_t stepOperandIndex) { in recordTempAsStepModelOutput()
692 const ModelBuilder* ExecutionStep::getSourceModel() const { in getSourceModel()
696 void ExecutionStep::logStepModel() const { in logStepModel()
744 int ExecutionStep::finishStepModel(const ModelBuilder* mainModel, bool* hasOutputOfUnknownSize, in finishStepModel()
839 void ExecutionStep::dump() const { in dump()
895 if (ExecutionStep* step = logicalStep->tryExecutionStep()) { in finish()
1008 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findMemoryStepRoles()
1278 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in makeController()
1549 } else if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in nextCompound()
1557 int ExecutionPlan::nextCompound(const ExecutionStep* step, std::shared_ptr<Controller> controller, in nextCompound()
1853 ExecutionStep* ExecutionPlan::createNewExecutionStep(uint32_t sourceModelIndex, in createNewExecutionStep()
1856 auto step = std::make_shared<LogicalStep>(std::in_place_type<ExecutionStep>, this, in createNewExecutionStep()
1970 const ExecutionStep* step = logicalStep->tryExecutionStep(); in hasStepModelWithNoInputsOrNoOutputs()
2069 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in forEachDynamicTemporary()
2202 ExecutionStep* step = in partitionTheWorkInternal()