-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mish fusion transformation #1399
Add mish fusion transformation #1399
Conversation
Please fix CI. Also I guess you should add a call of your transformation pass and integrate it to the PassManager, add new tests and etc. |
70c02bb
to
fbb96c9
Compare
inference-engine/src/transformations/include/transformations/mish_fusion.hpp
Outdated
Show resolved
Hide resolved
inference-engine/src/transformations/include/transformations/mish_fusion.hpp
Outdated
Show resolved
Hide resolved
0b3e23c
to
0bdb0e2
Compare
inference-engine/src/transformations/src/transformations/mish_fusion.cpp
Outdated
Show resolved
Hide resolved
@iimironov Please replace your code with this and check that it works.
And dont forget to fix my other comments |
inference-engine/src/transformations/include/transformations/mish_fusion.hpp
Outdated
Show resolved
Hide resolved
inference-engine/tests/functional/inference_engine/transformations/mish_fusion_test.cpp
Outdated
Show resolved
Hide resolved
a011a73
to
22f8dc1
Compare
inference-engine/src/transformations/src/transformations/mish_fusion.cpp
Outdated
Show resolved
Hide resolved
inference-engine/src/transformations/src/transformations/mish_fusion.cpp
Outdated
Show resolved
Hide resolved
inference-engine/src/transformations/src/transformations/mish_fusion.cpp
Show resolved
Hide resolved
b42ba36
to
0fe86ae
Compare
0fe86ae
to
0aae3b3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The MO part looks good to me.
@GlebKazantaev, please, approve the IE changes part or provide other comments.
* Add mish fusion transformation * Add mish op to python api
Description: Mish nGraph transformation and MO implementation
JIRA: 32954, 33715
Code:
Validation:
Documentation: