!2366 [CT][MS][Auto-Parallel] Recursive interface needs to be changed to external interface
Merge pull request !2366 from Chong/interface
This commit is contained in:
commit
a64e0de389
|
@ -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.
|
||||
|
||||
|
|
|
@ -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