Searched refs:getOutputOperandIndex (Results 1 – 4 of 4) sorted by relevance
99 uint32_t getOutputOperandIndex(uint32_t i) const { in getOutputOperandIndex() function105 uint32_t index = getOutputOperandIndex(i); in getOutputOperand()
825 mainModelOperandToOutputIndex[mainModel->getOutputOperandIndex(i)] = i; in finishStepModel()998 SourceOperandIndex index(kMainModelInSourceModels, mainModel->getOutputOperandIndex(i)); in finish()2051 const auto operandIndex = mainModel->getOutputOperandIndex(index); in getOutputSourceOperand()2318 thenModelIndex, thenModel->getOutputOperandIndex(i)); in partitionTheWorkInternal()2327 elseModelIndex, elseModel->getOutputOperandIndex(i)); in partitionTheWorkInternal()2378 SourceOperandIndex(condModelIndex, condModel->getOutputOperandIndex(0)); in partitionTheWorkInternal()2386 bodyModelIndex, bodyModel->getOutputOperandIndex(i)); in partitionTheWorkInternal()
1281 const uint32_t stepModelOperandIndex = mModel->getOutputOperandIndex(i); in updateOutputShapes()
1404 uint32_t outputA = modelA->getOutputOperandIndex(i); in compare()1405 uint32_t outputB = modelB->getOutputOperandIndex(i); in compare()