From b5ec66efed59d7558d2a9ca3d2e858797994c868 Mon Sep 17 00:00:00 2001 From: xuebao_zhang <9161602+xuebao-zhang@user.noreply.gitee.com> Date: Sat, 9 Nov 2024 08:52:01 +0000 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E8=AF=8D=E6=8B=BC=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xuebao_zhang <9161602+xuebao-zhang@user.noreply.gitee.com> --- .../source_en/note/api_mapping/pytorch_diff/all_reduce.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mindspore/source_en/note/api_mapping/pytorch_diff/all_reduce.md b/docs/mindspore/source_en/note/api_mapping/pytorch_diff/all_reduce.md index ef8a4700b2..978d62ffb5 100644 --- a/docs/mindspore/source_en/note/api_mapping/pytorch_diff/all_reduce.md +++ b/docs/mindspore/source_en/note/api_mapping/pytorch_diff/all_reduce.md @@ -36,7 +36,7 @@ MindSpore: The inputs of this interface are the `tensor`, the all_reduce operati | Class | Sub-class |PyTorch | MindSpore | Difference | |------------|---------------| --- |---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Parameters | Parameter 1 | tensor | tensor | PyTorch: the input tensor, and the output is written back to it after all_reduce operation. Mindpore does not write the output result into the input tensor. | +| Parameters | Parameter 1 | tensor | tensor | PyTorch: the input tensor, and the output is written back to it after all_reduce operation. Mindspore does not write the output result into the input tensor. | | | Parameter 2 | op | op | No difference | | | Parameter 3 | group | group | No difference | | | Parameter 4 | async_op | async_op | No difference | -- Gitee