-
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 floor #5618
Revise floor #5618
Conversation
@mitruska can you have a look at this PR ? |
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.
So in general, the current changes in this PR cover instantiation of type prop tests (common for unary ops) and attribute visitor test (see review comments).
But if this PR and review should cover all of the revision subtasks there is some possible improvements like:
- Replace
const NodeTypeInfo& get_type_info() const override { return type_info; }
byNGRAPH_RTTI
macro
ngraph/op/floor.hpp#L19-L20 - Check/Refactor Floor backend tests backend/floor.in.cpp (integer tests are excluded in ie unit_test.manifest, is that still needed?)
- Floor_1.md spec refactoring (as a separate PR) for example moving the math formula to the detailed description section.
@mitruska This test still fails on CPU, so I guess it should not be removed from manifest |
* create type_prop tests * add visitors test * fix bug in visitor test * add RTTI macro * fix bug in visitors test * add newline * update spec * update spec * update RTTI definition * move RTTI definitioion to the top of he file * Remove broadcast from attribute tests. * Add Floor-1 to summarize.py report. Co-authored-by: jdanieck <[email protected]>
* create type_prop tests * add visitors test * fix bug in visitor test * add RTTI macro * fix bug in visitors test * add newline * update spec * update spec * update RTTI definition * move RTTI definitioion to the top of he file * Remove broadcast from attribute tests. * Add Floor-1 to summarize.py report. Co-authored-by: jdanieck <[email protected]>
Details:
Tickets: