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
!7907
[MSLITE][Develop] fix fp16 memory leak
Merge pull request
!7907
from sunsuodong/fix_memory_leak
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
f3e8798b40
ad1be63468
commit
9a31f6b369
1 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-6
mindspore/lite/src/runtime/kernel/arm/fp16/activation_fp16.cc
+ 0
- 6
mindspore/lite/src/runtime/kernel/arm/fp16/activation_fp16.cc
View File
@@ -104,12 +104,6 @@ int ActivationFp16Run(void *cdata, int task_id) {
int ActivationFp16CPUKernel::Run() {
auto ret = MallocTmpBuffer();
if (ret != RET_OK) {
MS_LOG(ERROR) << "MallocTmpBuffer failed.";
return ret;
}
ret = MallocTmpBuffer();
if (ret != RET_OK) {
FreeTmpBuffer();
return ret;
Write
Preview
Loading…
Cancel
Save