Home
last modified time | relevance | path

Searched refs:stepOperandIndex (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp455 int ExecutionStep::addOperand(uint32_t sourceOperandIndex, uint32_t* stepOperandIndex, in addOperand() argument
461 *stepOperandIndex = i->second; in addOperand()
466 *stepOperandIndex = mStepModel.operandCount(); in addOperand()
467 mOperandMap.emplace(sourceOperandIndex, *stepOperandIndex); in addOperand()
486 n = copyOperandExtraParams(mStepModel, *stepOperandIndex, operand); in addOperand()
496 n = mStepModel.setOperandValue(*stepOperandIndex, data, operand.location.length); in addOperand()
501 *stepOperandIndex, memory, operand.location.offset, operand.location.length); in addOperand()
504 n = mStepModel.setOperandValue(*stepOperandIndex, nullptr, 0); in addOperand()
511 mTempsAsStepModelInputs.emplace_back(sourceOperandIndex, *stepOperandIndex); in addOperand()
521 mModelInputs.emplace_back(sourceOperandIndex, *stepOperandIndex); in addOperand()
[all …]
DExecutionPlan.h242 int addOperand(uint32_t sourceOperandIndex, uint32_t* stepOperandIndex, OperandKind kind);
272 void recordTempAsStepModelOutput(uint32_t stepOperandIndex);