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
ilyachur
left a comment
There was a problem hiding this comment.
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.
Please use new API :) It can be fixed separatelly.
Details:
Tickets: