-
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
[CPU] Subgraph tests for MulAdd and EltwiseSimple optimizations confl… #5622
[CPU] Subgraph tests for MulAdd and EltwiseSimple optimizations confl… #5622
Conversation
why these tests are not a part of common IE tests classes for plugins? CC @iefode |
182297d
to
7237fda
Compare
There are specific optimizations sequence in CPU plug-in. They are sensitive to eltwises and ports order. That is kind of restriction and other plugins may not have such. To be honest, these tests should also check optimized graph, but accuracy validation is enough for now. |
7237fda
to
7a7389e
Compare
inference-engine/tests/functional/plugin/cpu/subgraph_tests/include/fuse_muladd_ewsimple.hpp
Outdated
Show resolved
Hide resolved
7a7389e
to
78a3c62
Compare
Details:
3 subgraph tests on issues observed during fixing # 54941
Tickets:
54941