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
[MS][LITE][Develop] fix bug of arm cpu int8 op: pooling
tags/v1.0.0
yangruoqi713
5 years ago
parent
8d41931456
commit
bb28bca8e4
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mindspore/lite/src/runtime/kernel/arm/base/pooling_base.cc
+ 1
- 0
mindspore/lite/src/runtime/kernel/arm/base/pooling_base.cc
View File
@@ -58,6 +58,7 @@ void PoolingBaseCPUKernel::FreeQuantParam() {
free(*(pooling_quant_arg_ + i));
}
}
free(pooling_quant_arg_);
}
}
Write
Preview
Loading…
Cancel
Save