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
Feature: Support single op profiling
pull/473/head
l00444296
4 years ago
parent
44b0fa0755
commit
8081a449a0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ge/single_op/single_op_model.cc
+ 1
- 1
ge/single_op/single_op_model.cc
View File
@@ -279,7 +279,7 @@ Status SingleOpModel::BuildTaskList(SingleOp &single_op) {
if (ret != SUCCESS) {
return ret;
}
string op_name = op_list_[
context
.op_index()]->GetName();
string op_name = op_list_[
task_def.kernel_ex()
.op_index()]->GetName();
single_op.tasks_.emplace_back(aicpu_task);
single_op.op_name_.emplace_back(op_name);
} else {
Write
Preview
Loading…
Cancel
Save