-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
nGraph 'shell' implementation for GatherElements-6 and MO 'shell' implementation #3467
Merged
jane-intel
merged 21 commits into
openvinotoolkit:master
from
pavel-esir:add_gather_elements_6_to_mo_ngraph
Dec 21, 2020
Merged
nGraph 'shell' implementation for GatherElements-6 and MO 'shell' implementation #3467
jane-intel
merged 21 commits into
openvinotoolkit:master
from
pavel-esir:add_gather_elements_6_to_mo_ngraph
Dec 21, 2020
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
pavel-esir
added
category: MO
Model Optimizer
category: Core
OpenVINO Core (aka ngraph)
labels
Dec 3, 2020
pavel-esir
requested review from
ilyachur,
GlebKazantaev,
lazarevevgeny,
rkazants and
a team
December 3, 2020 16:33
pavel-esir
force-pushed
the
add_gather_elements_6_to_mo_ngraph
branch
from
December 4, 2020 06:13
0d61833
to
5f6bc73
Compare
lazarevevgeny
suggested changes
Dec 4, 2020
rkazants
requested changes
Dec 8, 2020
rkazants
reviewed
Dec 8, 2020
lazarevevgeny
suggested changes
Dec 8, 2020
pavel-esir
force-pushed
the
add_gather_elements_6_to_mo_ngraph
branch
from
December 10, 2020 08:49
e692101
to
cec0c80
Compare
pavel-esir
commented
Dec 10, 2020
Implemented |
lazarevevgeny
suggested changes
Dec 11, 2020
pavel-esir
force-pushed
the
add_gather_elements_6_to_mo_ngraph
branch
from
December 15, 2020 10:01
cec0c80
to
6cb8e50
Compare
pavel-esir
force-pushed
the
add_gather_elements_6_to_mo_ngraph
branch
2 times, most recently
from
December 15, 2020 19:37
ca8a98c
to
2bbbca9
Compare
ilyachur
reviewed
Dec 16, 2020
jane-intel
reviewed
Dec 17, 2020
…for dynamic cases, fixed dump typos in MO, replaced axis type from int -> int64_t
pavel-esir
force-pushed
the
add_gather_elements_6_to_mo_ngraph
branch
from
December 17, 2020 19:39
93e82ad
to
8b798f6
Compare
jane-intel
approved these changes
Dec 21, 2020
mryzhov
pushed a commit
to mryzhov/openvino
that referenced
this pull request
Jan 14, 2021
…lementation (openvinotoolkit#3467) * Initial support of GatherElements in MO and nGraph * apply_style * added lost extractor for GatherElements * Corrected GatherElements::validate_and_infer_types * updated package_BOM.txt * Type_t added * started to implement ngraph shape_type_infer unit-tests * finally implemented all ngraph shape_inference unit-tests * updated Supported_Frameworks_Layers.md * added correct handling of dynamic shapes in nGraph, added unit-tests for dynamic cases, fixed dump typos in MO, replaced axis type from int -> int64_t * implemented shape infer for dynamic shapes with intervals * finalized MO implementation * applied comment from review * style-apply * spec correction * removed conflict * fixed typos * removed obsolete comments form type_prop * significant corrections in validate_and_infer_types * style-apply * data_rank check for axis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: Core
OpenVINO Core (aka ngraph)
category: docs
OpenVINO documentation
category: MO
Model Optimizer
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.
Description: Added 'shell' implementation of GatherElement-6 operation to nGraph and MO. By MO 'shell' implementation I mean that value_inference in MO is not implemented yet.
tickets: #42630, #42628
The following tasks are applicable only for MO part of PR. If you are not reviewing MO part you can ignore them.
Code:
Validation:
Documentation: