Browse Source

!7354 fix example error

Merge pull request !7354 from yihuaijie/master
tags/v1.1.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
cc770253f2
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