[FrontEnd]enable PDPD 16 ops conversion Part2#6632
Merged
azhogov merged 13 commits intoopenvinotoolkit:masterfrom Jul 30, 2021
Merged
[FrontEnd]enable PDPD 16 ops conversion Part2#6632azhogov merged 13 commits intoopenvinotoolkit:masterfrom
azhogov merged 13 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
|
Any reason of not including test models here? Just wanted to check if all cases are covered by tests |
Contributor
Author
|
Hi @nosovmik The tests cases are removed here because previously, we have different opinions about how to test conversion. Therefore we remove them in this PR and test them locally. I think we can add them back in another PR because we have alignment with Ilya about how to test the conversion. |
e-nugmanova
reviewed
Jul 26, 2021
nosovmik
reviewed
Jul 26, 2021
* fix paddle conversion * ops forward declaration
ilya-lavrenov
approved these changes
Jul 27, 2021
ilyachur
reviewed
Jul 28, 2021
ilyachur
approved these changes
Jul 28, 2021
nosovmik
approved these changes
Jul 28, 2021
e-nugmanova
reviewed
Jul 29, 2021
e-nugmanova
suggested changes
Jul 29, 2021
e-nugmanova
reviewed
Jul 30, 2021
e-nugmanova
approved these changes
Jul 30, 2021
rnugmanx
pushed a commit
to rnugmanx/openvino
that referenced
this pull request
Aug 26, 2021
* [FrontEnd]enable 16 ops conversion * [FrontEnd]fix typo in interpolate * param support tensor (#3) * Update hard_sigmoid.cpp (#4) * Yi3/fix paddle part2 * fix paddle conversion * ops forward declaration * use tile instead of broadcast * Add validation check in dropout (#8) * fix conflict * fix code style * fix transpose2 * use perm size in transpose2 * remove check in transpose2 Co-authored-by: Luo Cheng <cheng.luo@intel.com> Co-authored-by: Mang Guo <mang.guo@intel.com>
andrei-cv
pushed a commit
to andrei-cv/openvino
that referenced
this pull request
Aug 30, 2021
* [FrontEnd]enable 16 ops conversion * [FrontEnd]fix typo in interpolate * param support tensor (#3) * Update hard_sigmoid.cpp (#4) * Yi3/fix paddle part2 * fix paddle conversion * ops forward declaration * use tile instead of broadcast * Add validation check in dropout (#8) * fix conflict * fix code style * fix transpose2 * use perm size in transpose2 * remove check in transpose2 Co-authored-by: Luo Cheng <cheng.luo@intel.com> Co-authored-by: Mang Guo <mang.guo@intel.com>
akuporos
pushed a commit
to akuporos/openvino
that referenced
this pull request
Sep 29, 2021
* [FrontEnd]enable 16 ops conversion * [FrontEnd]fix typo in interpolate * param support tensor (#3) * Update hard_sigmoid.cpp (#4) * Yi3/fix paddle part2 * fix paddle conversion * ops forward declaration * use tile instead of broadcast * Add validation check in dropout (#8) * fix conflict * fix code style * fix transpose2 * use perm size in transpose2 * remove check in transpose2 Co-authored-by: Luo Cheng <cheng.luo@intel.com> Co-authored-by: Mang Guo <mang.guo@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:
| bilinear_interp |
| bmm |
| conv2d_transpose |
| dropout |
| equal |
| expand_v2 |
| fill_constant |
| fill_constant_batch_size_like |
| flatten_contiguous_range |
| greater_equal |
| hard_swish |
| nearest_interp |
| leakyrelu |
| log |
| logical_not |
| lstm |
| matmul |
| transpose2 |
Tickets: