Searched refs:sourceOperandIndex (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/runtime/ |
D | ExecutionPlan.cpp | 196 int ExecutionStep::addOperand(uint32_t sourceOperandIndex, uint32_t* stepOperandIndex, in addOperand() argument 199 auto i = mOperandMap.find(sourceOperandIndex); in addOperand() 208 mOperandMap.emplace(sourceOperandIndex, *stepOperandIndex); in addOperand() 212 const Operand& operand = sourceModel.getOperand(sourceOperandIndex); in addOperand() 264 mTempsAsStepModelInputs.emplace_back(sourceOperandIndex, *stepOperandIndex); in addOperand() 269 mPlan->recordTemporaryDef(SourceOperandIndex(mSourceModelIndex, sourceOperandIndex), in addOperand() 274 mModelInputs.emplace_back(sourceOperandIndex, *stepOperandIndex); in addOperand() 281 mOutputsAsStepModelInputs.emplace_back(sourceOperandIndex, *stepOperandIndex); in addOperand() 285 mModelOutputs.emplace_back(sourceOperandIndex, *stepOperandIndex); in addOperand() 346 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs() local [all …]
|
D | ExecutionBuilder.h | 102 const std::pair<uint32_t, uint32_t>& sourceOperandIndex) const { in getSourceOperand() argument 103 return getSourceModel(sourceOperandIndex.first)->getOperand(sourceOperandIndex.second); in getSourceOperand()
|
D | ExecutionPlan.h | 120 int addOperand(uint32_t sourceOperandIndex, uint32_t* stepOperandIndex, OperandKind kind); 541 void recordTemporaryDef(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex);
|