fix comment format error

revert-16650-refine_parallel_executor_3
zhoukunsheng 6 years ago
parent d3d31a5894
commit e3f1556e4d

@ -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]]

Loading…
Cancel
Save