diff --git a/mindspore/context.py b/mindspore/context.py index 075ae250ab..2adeb68dc0 100644 --- a/mindspore/context.py +++ b/mindspore/context.py @@ -415,7 +415,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.