diff --git a/docs/mindspore/source_en/features/parallel/operator_parallel.md b/docs/mindspore/source_en/features/parallel/operator_parallel.md index a06832ffede0f740a0436d673942169c7cc6cfda..377ab9f1150a513bf8037f95e58ecb280dc8f649 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)