Skip to content

Commit

Permalink
rebased version
Browse files Browse the repository at this point in the history
  • Loading branch information
esmirno committed Jan 15, 2025
1 parent 0d31076 commit 445973f
Show file tree
Hide file tree
Showing 5 changed files with 313 additions and 206 deletions.
2 changes: 1 addition & 1 deletion src/core/src/pattern/matcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ bool Matcher::match_permutation(const OutputVector& pattern_args, const OutputVe
i,
" (",
args.at(i).get_node()->get_friendly_name(),
") mismatch");
") mismatch for pattern: ", pattern_args.at(i));
return false;
}
}
Expand Down
Loading

0 comments on commit 445973f

Please sign in to comment.