diff --git a/mindspore/context.py b/mindspore/context.py index b80d14cd6a..6c4d616cf1 100644 --- a/mindspore/context.py +++ b/mindspore/context.py @@ -424,7 +424,7 @@ def set_auto_parallel_context(**kwargs): - auto_parallel: Achieving parallelism automatically. auto_parallel_search_mode (str): There are two kinds of search modes, "recursive_programming" - and "dynamic_programming". + and "dynamic_programming". Default: "dynamic_programming". - recursive_programming: Recursive programming search mode. diff --git a/mindspore/parallel/_auto_parallel_context.py b/mindspore/parallel/_auto_parallel_context.py index 56152a380a..74250f12e5 100644 --- a/mindspore/parallel/_auto_parallel_context.py +++ b/mindspore/parallel/_auto_parallel_context.py @@ -482,7 +482,7 @@ def _set_auto_parallel_context(**kwargs): - auto_parallel: Achieving parallelism automatically. auto_parallel_search_mode (str): There are two kinds of search modes, "recursive_programming" - and "dynamic_programming". + and "dynamic_programming". Default: "dynamic_programming". - recursive_programming: Recursive programming search mode.