Skip to content

Commit

Permalink
fixed MatMulConstTransposesExtraction and AlignEltwiseInputRanks RTTI
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvor committed Aug 4, 2023
1 parent 3618bfc commit 2c1f123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace pass {

class TRANSFORMATIONS_API AlignEltwiseInputRanks : public MatcherPass {
public:
OPENVINO_RTTI("TRANSFORMATIONS_API", "0");
OPENVINO_RTTI("AlignEltwiseInputRanks", "0");
AlignEltwiseInputRanks();
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace pass {

class TRANSFORMATIONS_API MatMulConstTransposesExtraction : public MatcherPass {
public:
OPENVINO_RTTI("TRANSFORMATIONS_API", "0");
OPENVINO_RTTI("MatMulConstTransposesExtraction", "0");
MatMulConstTransposesExtraction();
};

Expand Down

0 comments on commit 2c1f123

Please sign in to comment.