-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Generate static graph code for some activation ops by Yaml (part2) #47440
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
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
Ligoml
left a comment
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.
logsigmoid、silu 这两个算子没有找到对应的文档,请 @jeff41404 确认一下具体情况
python/paddle/tensor/ops.py
Outdated
| def round(x, name=None): | ||
| """ | ||
| The OP rounds the values in the input to the nearest integer value. |
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.
在api文档中是否需要避免OP类的描述?
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.
已修改,Thx~
Ligoml
left a comment
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 for docs
… gene_activation_op
PR types
Others
PR changes
OPs
Describe
基于Yaml配置生成
ceil,expm1,floor,hardshrink,hardsigmoid,log10,log1p,log2,logit,logsigmoid,reciprocal,round,silu算子的静态图相关代码,并移除原先手写的相关代码。