supplement description about default value

This commit is contained in:
hongxing 2020-06-19 11:30:38 +01:00
parent 3ad3a71fc7
commit d798325127
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.