This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
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
For sc.
tags/v1.3.0
zhaozhixuan
4 years ago
parent
68d30f4eb9
commit
f7682db012
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ge/hybrid/model/hybrid_model_builder.cc
+ 1
- 1
ge/hybrid/model/hybrid_model_builder.cc
View File
@@ -127,7 +127,7 @@ Status CollectDependenciesForFusedGraph(NodeItem &node_item, std::set<OpDesc *>
return SUCCESS;
return SUCCESS;
}
}
bool CheckHasHostMem(NodeItem
&
src_node_item) {
bool CheckHasHostMem(NodeItem
*
src_node_item) {
if (src_node_item == nullptr) {
if (src_node_item == nullptr) {
return false;
return false;
}
}
Write
Preview
Loading…
Cancel
Save