diff --git a/mindspore/context.py b/mindspore/context.py index 075ae250ab09bc37c672d741d0ab170f5fd72a02..2adeb68dc0f2841ae50080ed19315dccd3a1c0e0 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 56152a380a66f917f1469935377fb89af15b7bbd..74250f12e5ad03cc3b3e193af8134d482a1e384f 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.