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

[IR] Expanding Build funciton for OP #55002

Merged

Conversation

zhangbo9674
Copy link
Contributor

PR types

Function optimization

PR changes

APIs

Description

扩展算子的 Build 接口功能,对于多属性算子,支持以 ir::AttribtueMap 作为输入:

class BilinearInterpOp : public ir::Op<BilinearInterpOp,OpYamlInfoInterface,InferMetaInterface> {
 public:
  static void Build(ir::Builder &builder, ir::OperationArgument &argument, ir::OpResult x_, ir::OpResult out_size_, ir::OpResult size_tensor_, ir::OpResult scale_tensor_, std::string data_layout="NCHW", int out_d=0, int out_h=0, int out_w=0, const std::vector<float>& scale={}, std::string interp_method="bilinear", bool align_corners=true, int align_mode=1);
  static void Build(ir::Builder &builder, ir::OperationArgument &argument, ir::OpResult x_, ir::OpResult out_size_, ir::OpResult size_tensor_, ir::OpResult scale_tensor_, ir::AttributeMap attributes);
}

Others

Pcard-67164

@paddle-bot
Copy link

paddle-bot bot commented Jun 29, 2023

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

winter-wang
winter-wang previously approved these changes Jun 29, 2023
Copy link
Contributor

@winter-wang winter-wang 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
Contributor

@winter-wang winter-wang left a comment

Choose a reason for hiding this comment

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

LGTM

@winter-wang winter-wang merged commit 829e2bf into PaddlePaddle:develop Jun 30, 2023
26 of 27 checks passed
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.

None yet

2 participants