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