Browse Source

fix example error

tags/v1.1.0
Yi Huaijie 5 years ago
parent
commit
f3b77e6974
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/common/seed.py

+ 1
- 1
mindspore/common/seed.py View File

@@ -207,7 +207,7 @@ def _get_graph_seed(op_seed, kernel_name):
Interger. The current graph-level seed.

Examples:
>>> _get_seed(seed, 'normal')
>>> _get_graph_seed(seed, 'normal')
"""
global_seed = get_seed()
if global_seed is None:


Loading…
Cancel
Save