Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / runtime / onert / core / include / ir / OperandIndexSequence.h
index 846c3f9..66d0076 100644 (file)
@@ -76,6 +76,7 @@ public:
   }
 
 public:
+  bool operator==(const OperandIndexSequence &other) const;
   OperandIndexSequence operator+(const OperandIndexSequence &other) const;
   friend std::ostream &operator<<(std::ostream &o, const OperandIndexSequence &operand_seq);