forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ROIAlign-9] Extend nGraph Python API for operation "ROIAlign-9" (ope…
…nvinotoolkit#11572) * add opset8 ngraph ROIAlign op * fix style * fix style v2 * remove redundnat added files * fix __init__.py imports * fix style v3 * fix wrong imports * fix flake error * fix minor errors * add blank line * fix args name * Update src/bindings/python/src/compatibility/ngraph/opset9/ops.py Co-authored-by: Jan Iwaszkiewicz <[email protected]> * update docsstring, move roi_align tests to test_create_op.py file * Update src/bindings/python/tests/test_ngraph/test_create_op.py Co-authored-by: Jan Iwaszkiewicz <[email protected]> * Update src/bindings/python/tests_compatibility/test_ngraph/test_create_op.py Co-authored-by: Jan Iwaszkiewicz <[email protected]> * add alias Co-authored-by: Jan Iwaszkiewicz <[email protected]>
- Loading branch information
Showing
7 changed files
with
163 additions
and
4 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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