Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/paddle/is_floating_point_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ is_floating_point
返回
:::::::::

bool,输入 tensor 的数据类型为浮点数类型则为 True,反之为 False.
bool,输入 tensor 的数据类型为浮点数类型则为 True,反之为 False

代码示例
:::::::::
Expand Down
2 changes: 1 addition & 1 deletion docs/api/paddle/logical_and_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ logical_and
Out = X \&\& Y

.. note::
``paddle.logical_and`` 遵守 broadcasting,如您想了解更多,请参见 `Tensor 介绍`_ .
``paddle.logical_and`` 遵守 broadcasting,如您想了解更多,请参见 `Tensor 介绍`_

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

预览康康

.. _Tensor 介绍: ../../guides/beginner/tensor_cn.html#id7

Expand Down
2 changes: 1 addition & 1 deletion docs/api/paddle/logical_or_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ logical_or
Out = X || Y

.. note::
``paddle.logical_or`` 遵守 broadcasting,如您想了解更多,请参见 `Tensor 介绍`_ .
``paddle.logical_or`` 遵守 broadcasting,如您想了解更多,请参见 `Tensor 介绍`_

.. _Tensor 介绍: ../../guides/beginner/tensor_cn.html#id7

Expand Down