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: Examples:
.. code-block:: python .. code-block:: python
# x is a bool Tensor variable with following elements: # x is a bool Tensor variable with following elements:
# [[True, False] # [[True, False]
# [True, True]] # [True, True]]
@ -4772,6 +4773,7 @@ def reduce_any(input, dim=None, keep_dim=False, name=None):
Examples: Examples:
.. code-block:: python .. code-block:: python
# x is a bool Tensor variable with following elements: # x is a bool Tensor variable with following elements:
# [[True, False] # [[True, False]
# [False, False]] # [False, False]]

Loading…
Cancel
Save