This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
zzy34407230
/
mindspore2022
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
22
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
clear map container when handles destoryed
tags/v1.6.0
ms_yan
4 years ago
parent
6986b0e2e8
commit
ae6ab7d0d5
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
mindspore/ccsrc/minddata/dataset/engine/tdt/tdt_handle.h
+ 5
- 0
mindspore/ccsrc/minddata/dataset/engine/tdt/tdt_handle.h
View File
@@ -64,6 +64,11 @@ inline bool TdtHandle::DestroyHandle() {
}
}
}
// clear the map container when all the handle has been destroyed
if (destroy_all) {
acl_handle_map.clear();
}
return destroy_all;
}
Write
Preview
Loading…
Cancel
Save