Skip to content

Commit 97789d5

Browse files
committed
docs(distributed/collective): update code example paths
1 parent 877a1dd commit 97789d5

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/api/paddle/distributed/stream/all_gather_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ all_gather
2727

2828
代码示例
2929
:::::::::
30-
COPY-FROM: paddle.distributed.stream.all_gather
30+
COPY-FROM: paddle.distributed.communication.stream.all_gather

docs/api/paddle/distributed/stream/all_reduce_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ all_reduce
2727

2828
代码示例
2929
:::::::::
30-
COPY-FROM: paddle.distributed.stream.all_reduce
30+
COPY-FROM: paddle.distributed.communication.stream.all_reduce

docs/api/paddle/distributed/stream/alltoall_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ alltoall
2727

2828
代码示例
2929
:::::::::
30-
COPY-FROM: paddle.distributed.stream.alltoall
30+
COPY-FROM: paddle.distributed.communication.stream.alltoall

docs/api/paddle/distributed/stream/alltoall_single_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ alltoall_single
2929

3030
代码示例
3131
:::::::::
32-
COPY-FROM: paddle.distributed.stream.alltoall_single
32+
COPY-FROM: paddle.distributed.communication.stream.alltoall_single

docs/api/paddle/distributed/stream/broadcast_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ broadcast
2727

2828
代码示例
2929
:::::::::
30-
COPY-FROM: paddle.distributed.stream.broadcast
30+
COPY-FROM: paddle.distributed.communication.stream.broadcast

docs/api/paddle/distributed/stream/recv_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ recv
2727

2828
代码示例
2929
:::::::::
30-
COPY-FROM: paddle.distributed.stream.recv
30+
COPY-FROM: paddle.distributed.communication.stream.recv

docs/api/paddle/distributed/stream/reduce_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ reduce
2828

2929
代码示例
3030
:::::::::
31-
COPY-FROM: paddle.distributed.stream.reduce
31+
COPY-FROM: paddle.distributed.communication.stream.reduce

docs/api/paddle/distributed/stream/reduce_scatter_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ reduce_scatter
2929

3030
代码示例
3131
:::::::::
32-
COPY-FROM: paddle.distributed.stream.reduce_scatter
32+
COPY-FROM: paddle.distributed.communication.stream.reduce_scatter

docs/api/paddle/distributed/stream/scatter_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ scatter
2828

2929
代码示例
3030
:::::::::
31-
COPY-FROM: paddle.distributed.stream.scatter
31+
COPY-FROM: paddle.distributed.communication.stream.scatter

docs/api/paddle/distributed/stream/send_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ send
2727

2828
代码示例
2929
:::::::::
30-
COPY-FROM: paddle.distributed.stream.send
30+
COPY-FROM: paddle.distributed.communication.stream.send

0 commit comments

Comments
 (0)