-
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
Revise NotEqual #7198
Revise NotEqual #7198
Conversation
docs/template_plugin/tests/functional/op_reference/notequal.cpp
Outdated
Show resolved
Hide resolved
inference-engine/tests/functional/shared_test_classes/src/base/layer_test_utils.cpp
Outdated
Show resolved
Hide resolved
docs/template_plugin/tests/functional/op_reference/notequal.cpp
Outdated
Show resolved
Hide resolved
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 add this op to verified ops list:
/inference-engine/tests/ie_test_utils/functional_test_utils/layer_tests_summary/utils/constants.py
@bszmelcz As you revised Equal
operation, could you take a look at this PR?
This file does not seem to exist in the official OpenVINO repository anymore |
Oh I see, the list was removed yesterday #7285. |
@nsemaev Please resolve the conflicts. After that I will merge the changes |
* Hiding the problem, Validate() changes 'function' * Template plugin tests * Undo the changes that are not necessary * Align code style * Added \n at end of file * Removing an unused implementation * New version with Code Style checking * Cleaning backend tests * Reworked the tests the right way * Removed visit_attributes() * Removed visit_attributes() in source file * Added NGRAPH_CHECK macros to evaluate() * Removed zero_sized_not_equal mention from unit_test.manifest * Added function name to the constants.py * Revert "Added function name to the constants.py" This reverts commit 5b74780. * Return visit_attributes() for op::v1::NotEqual due to NotEqual being moved to another location
Details:
Tickets: