-
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
[MO|nGraph]GatherND_8 #7743
Merged
evgenytalanin-intel
merged 50 commits into
openvinotoolkit:master
from
achetver:feature/achetver/gatherND_8_mo
Nov 10, 2021
Merged
[MO|nGraph]GatherND_8 #7743
evgenytalanin-intel
merged 50 commits into
openvinotoolkit:master
from
achetver:feature/achetver/gatherND_8_mo
Nov 10, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
achetver
added
category: MO
Model Optimizer
category: Core
OpenVINO Core (aka ngraph)
labels
Oct 11, 2021
achetver
requested review from
a team,
mvafin,
sadolini and
yekruglov
and removed request for
a team
October 12, 2021 10:42
sadolini
reviewed
Oct 27, 2021
rkazants
approved these changes
Oct 27, 2021
pavel-esir
approved these changes
Oct 27, 2021
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.
looks good to me
@ilyachur @GlebKazantaev Guys, please take a look at nGraph part. |
This was referenced Nov 1, 2021
Merged
ilyachur
approved these changes
Nov 9, 2021
openvino-dev-samples
pushed a commit
to openvino-dev-samples/openvino
that referenced
this pull request
Nov 23, 2021
* Add GatherND_8 operation * Update shape infer function and tests * Initial commit for nGraph GatherND_8 operation * Add GatherNDBase class implementation * Fix base class errors * Add missrd header * Update base class * Update GatherND_8 implementation * Fix codestyle * Fix wrong rank * Implement tests for gatherND_8 shape inference function * fix codestyle * Add limitation to doc * Siplyfy check in shape inference * Add more test cases * Update shape inference function * Add more test cases to cover all case with dynamic input shapes * Update shape inference function * Refactor tests * Add visitor tests for gatherND_8 operation * Correct comment * Add additional check is shape inference function * Update shape inference implementation for gathernd operartion * Fix codestyle * Remove restriction for data is fully defined * Update shape inference functon * Fix missed check for nonetype * Remove redundant checks for batch_dims * Fix codestyle
openvino-dev-samples
pushed a commit
to openvino-dev-samples/openvino
that referenced
this pull request
Nov 24, 2021
* Add GatherND_8 operation * Update shape infer function and tests * Initial commit for nGraph GatherND_8 operation * Add GatherNDBase class implementation * Fix base class errors * Add missrd header * Update base class * Update GatherND_8 implementation * Fix codestyle * Fix wrong rank * Implement tests for gatherND_8 shape inference function * fix codestyle * Add limitation to doc * Siplyfy check in shape inference * Add more test cases * Update shape inference function * Add more test cases to cover all case with dynamic input shapes * Update shape inference function * Refactor tests * Add visitor tests for gatherND_8 operation * Correct comment * Add additional check is shape inference function * Update shape inference implementation for gathernd operartion * Fix codestyle * Remove restriction for data is fully defined * Update shape inference functon * Fix missed check for nonetype * Remove redundant checks for batch_dims * Fix codestyle
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
MO + nGraph shell implementation for GatherND_8 operation
Ticket: 66647, 66650
Code:
Validation:
Documentation: