Extend ONNX FE with Col2Im operator#33386
Open
daehyun99 wants to merge 63 commits intoopenvinotoolkit:masterfrom
Open
Extend ONNX FE with Col2Im operator#33386daehyun99 wants to merge 63 commits intoopenvinotoolkit:masterfrom
Col2Im operator#33386daehyun99 wants to merge 63 commits intoopenvinotoolkit:masterfrom
Conversation
- `src/frontends/onnx/frontend/src/op/col2im.cpp`
Contributor
Author
|
Hi all, In the meantime, feel free to take a quick look and let me know if there’s anything I might have missed or if you have any suggestions for improvement. Thank you. |
- `output_shape` -> `output_size` - `kernel_shape` -> `kernel_size`
- `col2im` in OpenVINO is Only support 2D
- Add `col2im`'s prototxt file.
- Remove `col2im`'s prototxt file.
- `col2im` in OpenVINO is Only support 2D
Write Test code && Commit For Question
Contributor
Author
|
Hi, devs. I apply Please review it at your convenience. Thanks.
[----------] Global test environment tear-down
[==========] 1754 tests from 27 test suites ran. (130678 ms total)
[ PASSED ] 1749 tests.
[ SKIPPED ] 5 tests, listed below:
[ SKIPPED ] INTERPRETER.onnx_model_reduce_max_18
[ SKIPPED ] INTERPRETER.onnx_model_reduce_prod_18
[ SKIPPED ] INTERPRETER.onnx_model_reduce_min_18
[ SKIPPED ] INTERPRETER.onnx_model_reduce_min_20_boolean
[ SKIPPED ] ONNX/FrontendLibCloseTest.testUnloadLibBeforeDeletingDependentObject/onnx |
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:
Col2Imoperatorsrc\frontends\onnx\tests\tests_python\test_backend.pyCol2ImIssue number(s) that this pull request fixes
Col2Imoperator #30144Tickets: