This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!15911
fixes the warning appears in the ops/operations/nn_ops.py directory
From:
@dinglinhe123
Reviewed-by: @wuxuejian,@liangchenghui,@ljl0711 Signed-off-by:
@liangchenghui
pull/15911/MERGE
mindspore-ci-bot
Gitee
5 years ago
parent
c13ed20dad
9ff3c4c88c
commit
9035d6e0b3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/ops/operations/nn_ops.py
+ 1
- 1
mindspore/ops/operations/nn_ops.py
View File
@@ -18,9 +18,9 @@
import math
import operator
from functools import reduce, partial
import numpy as np
from mindspore import log as logger
from mindspore._checkparam import _check_3d_int_or_tuple
import numpy as np
from ... import context
from .. import signature as sig
from ..._checkparam import Validator as validator
Write
Preview
Loading…
Cancel
Save