Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

add pool1d, pool2d, pool3d, pad PEs and ops and C++/python tests #210

Merged
merged 3 commits into from
Sep 14, 2020

Conversation

wenming2014
Copy link
Collaborator

add pool1d, pool2d, pool3d, pad PEs and ops and C++/python tests(#138 )

cinn/hlir/op/transform.cc Outdated Show resolved Hide resolved
cinn/pybind/framework.cc Outdated Show resolved Hide resolved
cinn/hlir/op/nn.cc Outdated Show resolved Hide resolved
ir::Tensor name__(const ir::Tensor& A, \
const ir::Tensor& B, \
const std::string& out_name = "T_" #name__ "_out", \
const Expr& axis = Expr()); \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里格式乱了,pre-commit -a 下

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个就是pre-commit -a的结果,我手动改又给我改回去了

cinn/common/ir_util.h Outdated Show resolved Hide resolved
Copy link
Collaborator

@Superjomn Superjomn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@haozech haozech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Superjomn Superjomn merged commit 9f41170 into PaddlePaddle:develop Sep 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants