!2278 modify comment for def set_context

Merge pull request !2278 from changzherui/mod_comment
This commit is contained in:
mindspore-ci-bot 2020-06-18 16:58:26 +08:00 committed by Gitee
commit 0b70d7a0d0
1 changed files with 0 additions and 1 deletions

View File

@ -490,7 +490,6 @@ def set_context(**kwargs):
Note:
Attribute name is required for setting attributes.
If need to config graph max memory size and variable max memory size, one must make sure:
Args:
mode (int): Running in GRAPH_MODE(0) or PYNATIVE_MODE(1). Default: PYNATIVE_MODE.