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
remove ut test_expand_dims_grad
tags/v0.7.0-beta
buxue
5 years ago
parent
b29fab3e9c
commit
e9ca893431
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/ut/python/pynative_mode/ops/test_grad.py
+ 1
- 1
tests/ut/python/pynative_mode/ops/test_grad.py
View File
@@ -41,7 +41,7 @@ def test_grad():
@non_graph_engine
def test_expand_dims_grad():
def
X
test_expand_dims_grad():
""" test_expand_dims_grad """
input_tensor = Tensor(np.array([[2, 2], [2, 2]]))
expand_dims = P.ExpandDims()
Write
Preview
Loading…
Cancel
Save