-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Eliminate reader tests #13409
Eliminate reader tests #13409
Conversation
4bf6d39
to
0ea51dc
Compare
0ea51dc
to
7e26569
Compare
7e26569
to
ad88f65
Compare
dc3f8a4
to
9a85397
Compare
@ilyachur please start review. and clarify about these 2 files: There are small fixes for coverage improvement and codestyle to be uploaded today. |
@itikhono Could you please advise? Should we move these tests to transformations? Or can we remove these files? |
@olpipi @ilyachur as I can see, we already have such tests for transformations ReduceToPooling: openvino/src/tests/functional/inference_engine/transformations/op_conversions/convert_reduce_to_pooling_test.cpp it looks like we can delete these ngraph reader_tests |
9a85397
to
b7ec61b
Compare
f51ddbe
to
e06c150
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.
Please restore custom constant op tests. It can be done in next PR
|
||
#include "unary_ops.hpp" | ||
|
||
using Type = ::testing::Types<UnaryOperatorType<ngraph::op::Abs, ngraph::element::f32>>; |
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.
Please use new API :) It can be fixed separatelly.
Details:
Tickets: