Skip to content

Commit

Permalink
update, test=develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sandyhouse committed Aug 6, 2021
1 parent f7d5631 commit 3a2666e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/distributed/auto_parallel/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class ProcessMesh(object):
mesh (numpy.ndarray): an N-dimensional array describes the toplogy
of logical processes. The shape of the N-dimensional array
represents the topology of logical processes and every
element of the N-dimensional array represent a logical process.
element of the N-dimensional array represents a logical process.
parent (ProcessMesh, optional): the parent ProcessMesh. None means
the ProcessMesh is the root one without parent ProcessMesh.
Default: None.
Expand Down

0 comments on commit 3a2666e

Please sign in to comment.