Searched refs:stepModelOperandIndex (Results 1 – 2 of 2) sorted by relevance
1234 const uint32_t stepModelOperandIndex = mModel->getOutputOperandIndex(i); in updateOutputShapes() local1236 operandIndexStepModelOutputToSourceModelTemp.find(stepModelOperandIndex); in updateOutputShapes()1252 mModel->getOperand(stepModelOperandIndex).type, from[i].dimensions); in updateOutputShapes()
559 auto mapInput = [&](uint32_t stepModelOperandIndex, uint32_t stepInputIndex) { in mapInputsAndOutputs() argument560 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs()589 auto mapOutput = [&](uint32_t stepModelOperandIndex, uint32_t stepOutputIndex) { in mapInputsAndOutputs() argument590 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs()