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
20e4df34ff
commit
c0842745f0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ge/single_op/single_op.h
+ 1
- 0
ge/single_op/single_op.h
View File
@@ -83,6 +83,7 @@ class DynamicSingleOp {
const vector<void *> &inputs,
vector<GeTensorDesc> &output_desc,
vector<void *> &outputs);
Status ProfilingTaskInfo();
std::unique_ptr<OpTask> op_task_;
uintptr_t resource_id_ = 0;
Write
Preview
Loading…
Cancel
Save