This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
graphengine
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fixed issue of repeated profile subscription
pull/839/head
lwx897429
4 years ago
parent
5a8206cf7d
commit
d30dd18e09
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
ge/graph/load/new_model_manager/davinci_model.cc
+ 0
- 1
ge/graph/load/new_model_manager/davinci_model.cc
View File
@@ -734,7 +734,6 @@ Status DavinciModel::ReportProfilingData() {
}
ProfilingManager::Instance().ReportProfilingData(model_id_, GetTaskDescInfo(), compute_graph_desc_info);
GE_CHK_STATUS(SinkModelProfile(), "Sink model profiler failed.");
op_list_.clear();
return SUCCESS;
}
Write
Preview
Loading…
Cancel
Save