!7966 [MSLITE] conv1x1 int8 peroc inputsum bug

Merge pull request !7966 from ling/bug
This commit is contained in:
mindspore-ci-bot 2020-10-29 18:36:34 +08:00 committed by Gitee
commit a6dd4082fe
1 changed files with 4 additions and 4 deletions

View File

@ -20,9 +20,9 @@
// r7 stride
PreSum4x16Int8Peroc:
push {r4-r8, r10, r11, 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-r8, r10, r11, pc}
pop {r4-r11, pc}