-
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 sign #6581
Revise sign #6581
Conversation
@rkazants Please have a look |
struct SignParams { | ||
template <class IT, class OT> | ||
SignParams(const ngraph::PartialShape& shape, const ngraph::element::Type& iType, const ngraph::element::Type& oType, const std::vector<IT>& iValues, | ||
const std::vector<OT>& oValues, size_t iSize = 0, size_t oSize = 0) |
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.
I don't think that you need to have iSize
, oSize
. You always work with default types
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.
Right, removed.
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.
Should we update serialization 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.
@rkazants Could you check specification style?
* update docs * add sign to intActivationTypes * add RTTI macro * update backend test * add type prp test * add visitor test * add visitor and type_prop test to CMakeList * add sign to constants.py * delete backend tests and create new reference tests * style fix * remoove sign backend test from CMakeList * create reference test for all supported types * remove boolean type from evaluate method
* update docs * add sign to intActivationTypes * add RTTI macro * update backend test * add type prp test * add visitor test * add visitor and type_prop test to CMakeList * add sign to constants.py * delete backend tests and create new reference tests * style fix * remoove sign backend test from CMakeList * create reference test for all supported types * remove boolean type from evaluate method
* update docs * add sign to intActivationTypes * add RTTI macro * update backend test * add type prp test * add visitor test * add visitor and type_prop test to CMakeList * add sign to constants.py * delete backend tests and create new reference tests * style fix * remoove sign backend test from CMakeList * create reference test for all supported types * remove boolean type from evaluate method
Details:
Tickets: