-
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 less equal #6720
Revise less equal #6720
Conversation
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.
Remove LessEqual tests from backend tests.
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.
We have the same activity in the PR: #6728
docs/ops/comparison/LessEqual_1.md
Outdated
@@ -4,48 +4,50 @@ | |||
|
|||
**Category**: Comparison binary operation | |||
|
|||
**Short description**: *LessEqual* performs element-wise comparison operation with two given tensors applying multi-directional broadcast rules. | |||
**Short description**: *LessEqual* performs element-wise comparison operation with two given tensors applying multi-directional broadcast rules specified in the *auto_broadcast* attribute. |
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.
remove word "multi-directional"
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.
Minor comment for the spec.
Please fix CI |
* update spec, add visitors, backend test * remove visitors test as it is implemented in another PR * remove visitors test from CMakeLists * remove old backend tests, refactor minor parts of the code * add namespace * refaactor template test for less_equal op
* update spec, add visitors, backend test * remove visitors test as it is implemented in another PR * remove visitors test from CMakeLists * remove old backend tests, refactor minor parts of the code * add namespace * refaactor template test for less_equal op
* update spec, add visitors, backend test * remove visitors test as it is implemented in another PR * remove visitors test from CMakeLists * remove old backend tests, refactor minor parts of the code * add namespace * refaactor template test for less_equal op
Details:
Tickets: