diff --git a/docs/mindspore/source_en/features/parallel/operator_parallel.md b/docs/mindspore/source_en/features/parallel/operator_parallel.md index 6a4c860655f52536b9c8fa7f9a637bd7a3f9bdf0..ed7a02434fbca960c8ef339d2fc3e1587aaa65c2 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.0rc1/docs/mindspore/source_zh_cn/features/parallel/images/advanced_operator_parallel_view1.PNG) diff --git a/docs/mindspore/source_zh_cn/features/parallel/operator_parallel.md b/docs/mindspore/source_zh_cn/features/parallel/operator_parallel.md index ce424b660d1746d49d02b9eb65d2282b87f5327c..38a54cab433b219a8bbabfacbaa63ec6660a6c9e 100644 --- a/docs/mindspore/source_zh_cn/features/parallel/operator_parallel.md +++ b/docs/mindspore/source_zh_cn/features/parallel/operator_parallel.md @@ -124,7 +124,7 @@ layout = Layout((2, 2, 2), alias_name = ("dp", "sp", "mp")) a_strategy = layout("mp", ("sp", "dp")) ``` -可以看到,在张量a的"[a0, a1, a2, a3]"上进行了两次切分,从而切分到了设备的"sp"与"mp"两个轴上,这样出来的结果才是: +可以看到,在张量a的"[a0, a1, a2, a3]"上进行了两次切分,从而切分到了设备的"sp"与"dp"两个轴上,这样出来的结果才是: ![image](images/advanced_operator_parallel_view1.PNG)