-
Notifications
You must be signed in to change notification settings - Fork 876
[API Compatibility] Add paddle.Tensor.clamp_ ,paddle.nn.functional.logsigmoid, paddle.functional.meshgrid, paddle.nn.init.calculate_fan_in_and_fan_out ,paddle.autocast #7615
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
base: develop
Are you sure you want to change the base?
Conversation
|
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7615.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
📚 本次 PR 文档预览链接(点击展开)
|
docs/api/paddle/autocast_cn.rst
Outdated
|
|
||
| .. py:function:: paddle.autocast(device_type, dtype='float16', enabled=True, cache_enabled =True) | ||
|
|
||
| ``paddle.amp.autocast`` 的别名,请参考 :ref:`_cn_api_paddle_amp_autocast`。 |
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.
| ``paddle.amp.autocast`` 的别名,请参考 :ref:`_cn_api_paddle_amp_autocast`。 | |
| ``paddle.amp.autocast`` 的别名,请参考 :ref:`cn_api_paddle_amp_autocast`。 |
docs/api/paddle/clamp__cn.rst
Outdated
| clamp\_ | ||
| ------------------------------- | ||
|
|
||
| .. py:function:: x.clamp(min=None, max=None) |
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.
x.clamp ?这是正确的 api 路径么
|
|
||
| .. py:function:: paddle.nn.functional.logsigmoid(x, name=None) | ||
|
|
||
| ``log_sigmoid`` 的别名,请参考 :ref:`_cn_api_paddle_nn_functional_log_sigmoid`。 |
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.
| ``log_sigmoid`` 的别名,请参考 :ref:`_cn_api_paddle_nn_functional_log_sigmoid`。 | |
| ``log_sigmoid`` 的别名,请参考 :ref:`cn_api_paddle_nn_functional_log_sigmoid`。 |
…gsigmoid, paddle.functional.meshgrid, paddle.nn.init.calculate_fan_in_and_fan_out ,paddle.autocast
Add paddle.Tensor.clamp_ ,paddle.nn.functional.logsigmoid, paddle.functional.meshgrid, paddle.nn.init.calculate_fan_in_and_fan_out ,paddle.autocast description