Skip to content
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

[PaddlePaddle Hackathon] Added CIRCULAR mode to pad in ngraph #10

Merged
merged 3 commits into from
Nov 11, 2021
Merged

[PaddlePaddle Hackathon] Added CIRCULAR mode to pad in ngraph #10

merged 3 commits into from
Nov 11, 2021

Conversation

unseenme
Copy link

@unseenme unseenme commented Nov 2, 2021

Details:

  • source code
  • snap shot of UT

Tickets:

  • ticket-id

PR types

New features

PR changes

pad operator in ngraph

Describe

Task: openvinotoolkit#7611

Added CIRCULAR mode to pad in ngraph.
In opset v8, pad will support the mew mode.
UT test cases passed.

UT Result

pad_ut1

pad_ut2

unseenme and others added 2 commits October 20, 2021 19:41
The PFC document is in the zip file. The password of zip file will be send to PaddlePaddle Hackathon Team by e-mail.
@openvino-dev-samples
Copy link
Owner

您好,功能实现上看上去没有什么问题。但建议您考虑下如何用一个统一的基类,复用v1版本的实现。可以参考gather算子。

@unseenme
Copy link
Author

unseenme commented Nov 8, 2021

您好,功能实现上看上去没有什么问题。但建议您考虑下如何用一个统一的基类,复用v1版本的实现。可以参考gather算子。

确实统一基类的形式更合理,当时也考虑过,只不过为了开发速度选择了目前的形式。

@openvino-dev-samples openvino-dev-samples merged commit 8661fbd into openvino-dev-samples:master Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants