提交 e3f1556e 编写于 作者: Z zhoukunsheng

fix comment format error

上级 d3d31a58
......@@ -4723,6 +4723,7 @@ def reduce_all(input, dim=None, keep_dim=False, name=None):
Examples:
.. code-block:: python
# x is a bool Tensor variable with following elements:
# [[True, False]
# [True, True]]
......@@ -4772,6 +4773,7 @@ def reduce_any(input, dim=None, keep_dim=False, name=None):
Examples:
.. code-block:: python
# x is a bool Tensor variable with following elements:
# [[True, False]
# [False, False]]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册