forked from mindspore-Ecosystem/mindspore
supplement description about default value
This commit is contained in:
parent
3ad3a71fc7
commit
d798325127
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue