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
!2329
Fix bugs when releasing resources.
Merge pull request
!2329
from rick_sanchez/huangyong
tags/v0.5.0-beta
mindspore-ci-bot
Gitee
5 years ago
parent
ff71e4ac3b
1827270177
commit
e2442928d1
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
mindspore/ccsrc/pynative/pynative_execute.cc
+ 0
- 2
mindspore/ccsrc/pynative/pynative_execute.cc
View File
@@ -886,8 +886,6 @@ void PynativeExecutor::Clean() {
MS_LOG(INFO) << "Clean all res";
Clear();
grad_flag_ = false;
graph_map_.clear();
cell_graph_map_.clear();
df_builder_ = nullptr;
ad::CleanRes();
pipeline::ReclaimOptimizer();
Write
Preview
Loading…
Cancel
Save