Skip to content

Fix graph fusion with commutative ops#24577

Merged
asmorkalov merged 6 commits intoopencv:4.xfrom
dkurt:dnn_graph_match_stack
Nov 24, 2023
Merged

Fix graph fusion with commutative ops#24577
asmorkalov merged 6 commits intoopencv:4.xfrom
dkurt:dnn_graph_match_stack

Conversation

@dkurt
Copy link
Copy Markdown
Member

@dkurt dkurt commented Nov 22, 2023

Pull Request Readiness Checklist

resolves #24568

Merge with extra: opencv/opencv_extra#1125

TODO:

  • replace recursive function to sequential

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • The PR is proposed to the proper branch
  • There is a reference to the original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

@asmorkalov asmorkalov added this to the 4.9.0 milestone Nov 23, 2023
@dkurt dkurt marked this pull request as ready for review November 23, 2023 14:41
@dkurt dkurt force-pushed the dnn_graph_match_stack branch from e61f336 to 8290b9c Compare November 23, 2023 15:04
@asmorkalov asmorkalov merged commit 332748d into opencv:4.x Nov 24, 2023
IskXCr pushed a commit to Haosonn/opencv that referenced this pull request Dec 20, 2023
Fix graph fusion with commutative ops opencv#24577

### Pull Request Readiness Checklist

resolves opencv#24568

**Merge with extra**: opencv/opencv_extra#1125

TODO:
- [x]  replace recursive function to sequential

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
@asmorkalov asmorkalov mentioned this pull request Jan 19, 2024
thewoz pushed a commit to thewoz/opencv that referenced this pull request May 29, 2024
Fix graph fusion with commutative ops opencv#24577

### Pull Request Readiness Checklist

resolves opencv#24568

**Merge with extra**: opencv/opencv_extra#1125

TODO:
- [x]  replace recursive function to sequential

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dnn onnx: something wrong after cummutative ops are support in onnx graph simplifier

3 participants