This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
【PaddlePaddle Hackathon 77】Add squeeze op #874
Merged
Merged
Conversation
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
zhhsplendid
reviewed
Aug 11, 2022
zhhsplendid
reviewed
Aug 11, 2022
zhhsplendid
reviewed
Aug 12, 2022
# Conflicts: # cinn/frontend/net_builder.cc # cinn/frontend/net_builder.h
zhhsplendid
reviewed
Aug 29, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR可能因为别的PR合入产生了conflict,请根据Github CI界面下面的提示修复一下conflict,然后我继续review
# Conflicts: # cinn/frontend/net_builder.cc # cinn/frontend/net_builder.h # cinn/pybind/frontend.cc
# Conflicts: # cinn/frontend/net_builder_test.cc # cinn/hlir/op/contrib/CMakeLists.txt
# Conflicts: # cinn/frontend/net_builder_test.cc # cinn/hlir/op/contrib/CMakeLists.txt
# Conflicts: # cinn/frontend/net_builder.cc # cinn/frontend/net_builder.h # cinn/frontend/net_builder_test.cc # cinn/hlir/op/contrib/CMakeLists.txt # cinn/hlir/op/use_ops.h
# Conflicts: # cinn/frontend/net_builder.cc # cinn/frontend/net_builder.h # cinn/frontend/net_builder_test.cc # cinn/hlir/op/contrib/CMakeLists.txt # cinn/hlir/op/use_ops.h
@zhhsplendid CI已经全部通过 |
zhhsplendid
approved these changes
Sep 1, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
添加 squeeze 算子,后续可以添加 paddle 模型支持
详细内容参考为神经网络编译器 CINN 增加 squeeze 算子,按照上次直播的要求把主要内容放在了contrib文件夹中,并添加了单元测试