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

add autogen code support for logical_and, logical_not, logical_or and logical_xor #52451

Conversation

ScottWong98
Copy link
Contributor

PR types

Others

PR changes

Others

Describe

add autogen code support for logical_and, logical_not, logical_or and logical_xor.

#51842

@paddle-bot
Copy link

paddle-bot bot commented Apr 2, 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.

infer_meta :
func : ElementwiseInferMeta
kernel :
func : logical_xor
Copy link
Contributor

Choose a reason for hiding this comment

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

添加data_type : x,其他算子类似,对应于GetExpectedKernelType

Copy link
Contributor

Choose a reason for hiding this comment

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

删除paddle/fluid/operators/controlflow/logical_op.cc。删除paddle/fluid/operators/controlflow/CMakeLists.txt中的USE_OP_ITSELF(equal_all);\n


REGISTER_BINARY_LOGICAL_OP(logical_and, "$$Out = X \\&\\& Y$$");
REGISTER_BINARY_LOGICAL_OP(logical_or, "$$Out = X || Y$$");
REGISTER_UNARY_LOGICAL_OP(logical_not, "$$Out = !X$$");
Copy link
Contributor

Choose a reason for hiding this comment

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

由于Python端的logical_not引用了这里的comment,所以需要完善对应的Python API的comment。建议如下:

  1. python/paddle/tensor/logic.py文件下的def logical_not(x, out=None, name=None):,去除装饰器@templatedoc(),并做出修改:
Returns:
        Tensor: ${out_comment}

修改为:

Returns:
        N-D Tensor. A location into which the result is stored. It's dimension equals with ``x``.

并且@sunzhongkai588i,或@Ligoml进行review

Copy link
Contributor

@heavyrain-lzy heavyrain-lzy left a comment

Choose a reason for hiding this comment

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

LGTM

@heavyrain-lzy
Copy link
Contributor

@Ligoml,麻烦review一下PR

Copy link
Contributor

@sunzhongkai588 sunzhongkai588 left a comment

Choose a reason for hiding this comment

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

LGTM

@luotao1 luotao1 merged commit 6df4a66 into PaddlePaddle:develop Apr 6, 2023
@luotao1
Copy link
Contributor

luotao1 commented Apr 6, 2023

hi, @ScottWong98

  • 非常感谢你对飞桨框架的贡献,我们正在运营一个PFCC组织,会通过定期分享技术知识与发布开发者主导任务的形式持续为飞桨框架做贡献,详情可见 /~https://github.com/luotao1 主页说明。
  • 如果你对PFCC有兴趣,请发送邮件至 ext_paddle_oss@baidu.com,我们会邀请你加入~

@ScottWong98 ScottWong98 deleted the add-autogen-code-support-for-logical-op branch April 22, 2023 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants