[FrontEnd]enable pdpd ops conversion part3#6636
Merged
ilyachur merged 17 commits intoopenvinotoolkit:masterfrom Aug 4, 2021
Merged
[FrontEnd]enable pdpd ops conversion part3#6636ilyachur merged 17 commits intoopenvinotoolkit:masterfrom
ilyachur merged 17 commits intoopenvinotoolkit:masterfrom
Conversation
Contributor
|
@jane-intel @mvafin Could you have a look? |
mvafin
reviewed
Jul 22, 2021
mvafin
approved these changes
Jul 23, 2021
Contributor
|
I don't see tests for these ops for this PR. Are they going to be merged? |
Contributor
Author
|
@nosovmik Yes we will add tests for these Ops. Previously, about the OpFuzzyTest, ilya has different opinion about how to test the conversion. So we don't enable it in this PR. But Since we have alignment with the test method. We will add them back later in another PR |
ilya-lavrenov
approved these changes
Jul 26, 2021
Contributor
|
Approved with the same comment as here #6632 (comment) |
e-nugmanova
suggested changes
Jul 26, 2021
* deal empty axis * apply review comments
* fix code style
ilyachur
approved these changes
Jul 27, 2021
e-nugmanova
suggested changes
Aug 3, 2021
e-nugmanova
approved these changes
Aug 3, 2021
rnugmanx
pushed a commit
to rnugmanx/openvino
that referenced
this pull request
Aug 26, 2021
* [FrontEnd]enable pdpd ops conversion part3 * Add adaptive pool2d op conversion (#1) * param support tensor (#2) * add missing sync_batch_norm * Update pow.cpp * deal empty axis (#5) * deal empty axis * apply review comments * fix code style * fix code style * change shape to i32 * fix code in shape * fix code style * fix paddle code style * remove redandent ops * fix maxAdativePool * fix expand_v2 * remove redandent code Co-authored-by: Mang Guo <mang.guo@intel.com> Co-authored-by: Luo Cheng <cheng.luo@intel.com>
andrei-cv
pushed a commit
to andrei-cv/openvino
that referenced
this pull request
Aug 30, 2021
* [FrontEnd]enable pdpd ops conversion part3 * Add adaptive pool2d op conversion (#1) * param support tensor (#2) * add missing sync_batch_norm * Update pow.cpp * deal empty axis (#5) * deal empty axis * apply review comments * fix code style * fix code style * change shape to i32 * fix code in shape * fix code style * fix paddle code style * remove redandent ops * fix maxAdativePool * fix expand_v2 * remove redandent code Co-authored-by: Mang Guo <mang.guo@intel.com> Co-authored-by: Luo Cheng <cheng.luo@intel.com>
akuporos
pushed a commit
to akuporos/openvino
that referenced
this pull request
Sep 29, 2021
* [FrontEnd]enable pdpd ops conversion part3 * Add adaptive pool2d op conversion (#1) * param support tensor (#2) * add missing sync_batch_norm * Update pow.cpp * deal empty axis (#5) * deal empty axis * apply review comments * fix code style * fix code style * change shape to i32 * fix code in shape * fix code style * fix paddle code style * remove redandent ops * fix maxAdativePool * fix expand_v2 * remove redandent code Co-authored-by: Mang Guo <mang.guo@intel.com> Co-authored-by: Luo Cheng <cheng.luo@intel.com>
This file contains hidden or 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
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.
Details:
| mul |
| pad3d |
| pool2d |
| pow |
| range |
| relu6 |
| reshape2 |
| shape |
| sigmoid |
| softmax |
| squeeze2 |
| unsqueeze2 |
| yolo_box |
Tickets: