Browse Source

!2366 [CT][MS][Auto-Parallel] Recursive interface needs to be changed to external interface

Merge pull request !2366 from Chong/interface
tags/v0.5.0-beta
mindspore-ci-bot Gitee 5 years ago
parent
commit
a64e0de389
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      mindspore/context.py
  2. +1
    -1
      mindspore/parallel/_auto_parallel_context.py

+ 1
- 1
mindspore/context.py View File

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



+ 1
- 1
mindspore/parallel/_auto_parallel_context.py 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.



Loading…
Cancel
Save