Searched refs:stepOperandIndex (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NeuralNetworks/runtime/ |
D | ExecutionPlan.cpp | 415 int ExecutionStep::addOperand(uint32_t sourceOperandIndex, uint32_t* stepOperandIndex, in addOperand() argument 421 *stepOperandIndex = i->second; in addOperand() 426 *stepOperandIndex = mStepModel.operandCount(); in addOperand() 427 mOperandMap.emplace(sourceOperandIndex, *stepOperandIndex); in addOperand() 446 n = copyOperandExtraParams(mStepModel, *stepOperandIndex, operand); in addOperand() 456 n = mStepModel.setOperandValue(*stepOperandIndex, data, operand.location.length); in addOperand() 461 *stepOperandIndex, memory, operand.location.offset, operand.location.length); in addOperand() 464 n = mStepModel.setOperandValue(*stepOperandIndex, nullptr, 0); in addOperand() 471 mTempsAsStepModelInputs.emplace_back(sourceOperandIndex, *stepOperandIndex); in addOperand() 481 mModelInputs.emplace_back(sourceOperandIndex, *stepOperandIndex); in addOperand() [all …]
|
D | ExecutionPlan.h | 242 int addOperand(uint32_t sourceOperandIndex, uint32_t* stepOperandIndex, OperandKind kind); 272 void recordTempAsStepModelOutput(uint32_t stepOperandIndex);
|