Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp1234 const uint32_t stepModelOperandIndex = mModel->getOutputOperandIndex(i); in updateOutputShapes() local
1236 operandIndexStepModelOutputToSourceModelTemp.find(stepModelOperandIndex); in updateOutputShapes()
1252 mModel->getOperand(stepModelOperandIndex).type, from[i].dimensions); in updateOutputShapes()
DExecutionPlan.cpp559 auto mapInput = [&](uint32_t stepModelOperandIndex, uint32_t stepInputIndex) { in mapInputsAndOutputs() argument
560 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs()
589 auto mapOutput = [&](uint32_t stepModelOperandIndex, uint32_t stepOutputIndex) { in mapInputsAndOutputs() argument
590 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs()