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 unused variable
tags/v0.5.0-beta
Yi Huaijie
5 years ago
parent
57c1da121f
commit
ac484ebbc0
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/parallel/test_loop_two_matmul.py
+ 1
- 1
tests/ut/python/parallel/test_loop_two_matmul.py
View File
@@ -49,7 +49,7 @@ def loop_config(size):
config_list = []
num = 1
split_list = [num]
for
i
in range(int(math.log2(size))):
for
_
in range(int(math.log2(size))):
num = num * 2
split_list.append(num)
Write
Preview
Loading…
Cancel
Save