-
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
Select operation revision #6483
Conversation
This comment has been minimized.
This comment has been minimized.
This reverts commit 8298c90.
This comment has been minimized.
This comment has been minimized.
@ilyachur could you find someone who is familiar with PDPD broadcasting to review this PR? I changed order of tensor broadcasting to be aligned with spec and with reference implementation. It was not tested before and when I added unit tests I discovered it is not working (in my understanding). This can break backward compatibility, so we need to asses this change carefully. |
@pelszkow please take care of this PR starting from Monday as I am out of project starting next week. I'll be available to all consultations you need, just won't be making code changes anymore. |
* Add visitor test. * Add Serialization SLT. * Add Select-1 to summarize.py. * Remove select from evaluates map. * Remove few Select cases from manifest. * Fix style. * Refactor CoordinateTransform usage for NUMPY. * Refactor CoordinateTransform usage for PDPD. * Migrate backend tests to template_plugin. * Revert "Fix style." This reverts commit 8298c90. * Add more template plugin tests. * Fixes for PDPD broadcasting. * Align Select type prop tests with PDPP broadcasting to new implementation. * Remove ngraph:: from types in tests.
* Add visitor test. * Add Serialization SLT. * Add Select-1 to summarize.py. * Remove select from evaluates map. * Remove few Select cases from manifest. * Fix style. * Refactor CoordinateTransform usage for NUMPY. * Refactor CoordinateTransform usage for PDPD. * Migrate backend tests to template_plugin. * Revert "Fix style." This reverts commit 8298c90. * Add more template plugin tests. * Fixes for PDPD broadcasting. * Align Select type prop tests with PDPP broadcasting to new implementation. * Remove ngraph:: from types in tests.
* Add visitor test. * Add Serialization SLT. * Add Select-1 to summarize.py. * Remove select from evaluates map. * Remove few Select cases from manifest. * Fix style. * Refactor CoordinateTransform usage for NUMPY. * Refactor CoordinateTransform usage for PDPD. * Migrate backend tests to template_plugin. * Revert "Fix style." This reverts commit 8298c90. * Add more template plugin tests. * Fixes for PDPD broadcasting. * Align Select type prop tests with PDPP broadcasting to new implementation. * Remove ngraph:: from types in tests.
Details:
Tickets: