-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Remove legacy ngraph builders #22709
Conversation
} | ||
return nodes; | ||
} | ||
|
||
std::vector<std::pair<ov::element::Type, std::vector<std::uint8_t>>> interpreterFunction( |
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.
To be removed in the next PR
0168036
to
26e4b8b
Compare
src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/range.cpp
Outdated
Show resolved
Hide resolved
void resize_function(std::shared_ptr<ov::Model> function, const std::vector<ov::Shape>& targetInputStaticShapes) { | ||
auto inputs = function->inputs(); | ||
std::map<ov::Output<ov::Node>, ov::PartialShape> shapes; | ||
if (inputs.size() > targetInputStaticShapes.size()) { |
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.
As this is test code use gtest assertion ASSERT_GT() << "error message"; ?
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.
This is a free function not related to direct test execution. So I would not use gtest macroces.
But there is no reason to use std::runtime_error. So I changed it to OPENVINO_ASSERT
src/tests/test_utils/common_test_utils/include/common_test_utils/ov_test_utils.hpp
Show resolved
Hide resolved
is blocked by |
26e4b8b
to
5b0ed8a
Compare
db98975
to
c9fb068
Compare
c9fb068
to
2bc9a00
Compare
### Details: - Restore src/tests/ov_helpers/ov_models/src/precomp.hpp, deleted in #22709 - Fix build with -DENABLE_FASTER_BUILD=ON key ### Tickets: - *ticket-id*
Details:
Tickets: