Searched refs:getOutputOperandIndexes (Results 1 – 3 of 3) sorted by relevance
101 const std::vector<uint32_t>& getOutputOperandIndexes() const { return mOutputIndexes; } in getOutputOperandIndexes() function
2436 containsUnknownSize(thenModel, thenModel->getOutputOperandIndexes()) || in isControlFlowOperationWithOperandOfUnknownSize()2438 containsUnknownSize(elseModel, elseModel->getOutputOperandIndexes()); in isControlFlowOperationWithOperandOfUnknownSize()2450 containsUnknownSize(condModel, condModel->getOutputOperandIndexes()) || in isControlFlowOperationWithOperandOfUnknownSize()2452 containsUnknownSize(bodyModel, bodyModel->getOutputOperandIndexes()); in isControlFlowOperationWithOperandOfUnknownSize()
1513 for (uint32_t aOutputIndex : modelA->getOutputOperandIndexes()) { in compare()