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
!7966
[MSLITE] conv1x1 int8 peroc inputsum bug
Merge pull request
!7966
from ling/bug
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
d1f01a8d9c
852342297d
commit
a6dd4082fe
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
mindspore/lite/nnacl/assembly/arm32/PreSum4x16Int8Peroc.S
+ 4
- 4
mindspore/lite/nnacl/assembly/arm32/PreSum4x16Int8Peroc.S
View File
@@ -20,9 +20,9 @@
// r7 stride
PreSum4x16Int8Peroc:
push {r4-r
8, r10, r
11, lr}
push {r4-r11, lr}
vpush {q4-q7}
add sp, sp, #
96
add sp, sp, #
100
ldr r4, [sp]
ldr r5, [sp, #4]
@@ -125,6 +125,6 @@ OcRes:
b RowLoop
End:
sub sp, sp, #
96
sub sp, sp, #
100
vpop {q4-q7}
pop {r4-r
8, r10, r
11, pc}
pop {r4-r11, pc}
Write
Preview
Loading…
Cancel
Save