modify comment for def set_context

This commit is contained in:
changzherui 2020-06-18 12:45:42 +08:00
parent 05eeedec36
commit be623a4266
1 changed files with 0 additions and 1 deletions

View File

@ -487,7 +487,6 @@ def set_context(**kwargs):
Note: Note:
Attribute name is required for setting attributes. 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: Args:
mode (int): Running in GRAPH_MODE(0) or PYNATIVE_MODE(1). Default: PYNATIVE_MODE. mode (int): Running in GRAPH_MODE(0) or PYNATIVE_MODE(1). Default: PYNATIVE_MODE.