Skip to content
Closed
Changes from 3 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/logical_or_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ logical_or
逐元素的对 ``X`` 和 ``Y`` 进行逻辑或运算。

.. math::
Out = X || Y
Out = X||Y

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