File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/paddle/fluid/layers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ class ParallelDo(object):
236
236
"""
237
237
ParallelDo is used to represent multi-thread data parallel processing.
238
238
239
- Its vanilla implementation can be shown as the following (:math:`|` means
239
+ Its vanilla implementation can be shown as the following (:math:`|` means
240
240
single thread and :math:`||||` means multiple threads)
241
241
242
242
.. code-block:: text
@@ -252,7 +252,7 @@ class ParallelDo(object):
252
252
|||| Compute backward pass in parallel
253
253
| accumulate param@grad from different devices to the first device
254
254
| Merge input@grad from different devices
255
- | Copy param@grad to the place of parallel_do_op
255
+ | Copy param@grad to the place of parallel_do_op
256
256
257
257
Examples:
258
258
You can’t perform that action at this time.
0 commit comments