From 5a28b275b18054d69bea63340e478f54b0c9166a Mon Sep 17 00:00:00 2001 From: huan <3174348550@qq.com> Date: Fri, 13 Jun 2025 14:50:42 +0800 Subject: [PATCH] modify contents 2.6.0 --- docs/mindspore/source_en/features/parallel/operator_parallel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mindspore/source_en/features/parallel/operator_parallel.md b/docs/mindspore/source_en/features/parallel/operator_parallel.md index a06832ffed..377ab9f115 100644 --- a/docs/mindspore/source_en/features/parallel/operator_parallel.md +++ b/docs/mindspore/source_en/features/parallel/operator_parallel.md @@ -114,7 +114,7 @@ layout = Layout((2, 2, 2), alias_name = ("dp", "sp", "mp")) a_strategy = layout("mp", ("sp", "dp")) ``` -It can be seen that the "[a0, a1, a2, a3]" of the tensor a is sliced twice to the "sp" and "mp" axes of the device, so that the result comes out as: +It can be seen that the "[a0, a1, a2, a3]" of the tensor a is sliced twice to the "sp" and "dp" axes of the device, so that the result comes out as: ![image](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/r2.6.0/docs/mindspore/source_zh_cn/features/parallel/images/advanced_operator_parallel_view1.PNG) -- Gitee