Searched refs:getOutputOperandIndex (Results 1 – 3 of 3) sorted by relevance
72 uint32_t getOutputOperandIndex(uint32_t i) const { return mOutputIndexes[i]; } in getOutputOperandIndex() function74 return mOperands[getOutputOperandIndex(i)]; in getOutputOperand()
378 [=](uint32_t i) { return fromModel->getOutputOperandIndex(i); }, in finishSubModel()411 fromModelOperandIndexToOutputIndex[fromModel->getOutputOperandIndex(i)] = i; in finishSubModel()
643 uint32_t outputA = modelA->getOutputOperandIndex(i); in compare()644 uint32_t outputB = modelB->getOutputOperandIndex(i); in compare()