Searched refs:stepModelOperandIndex (Results 1 – 2 of 2) sorted by relevance
1281 const uint32_t stepModelOperandIndex = mModel->getOutputOperandIndex(i); in updateOutputShapes() local1283 operandIndexStepModelOutputToSourceModelTemp.find(stepModelOperandIndex); in updateOutputShapes()1299 mModel->getOperand(stepModelOperandIndex).type, from[i].dimensions); in updateOutputShapes()
599 auto mapInput = [&](uint32_t stepModelOperandIndex, uint32_t stepInputIndex) { in mapInputsAndOutputs() argument600 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs()629 auto mapOutput = [&](uint32_t stepModelOperandIndex, uint32_t stepOutputIndex) { in mapInputsAndOutputs() argument630 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs()