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
modify for security check
pull/449/head
chenyemeng
4 years ago
parent
381254639c
commit
6dd8957e91
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/passes/attach_stream_label_pass.cc
+ 0
- 1
ge/graph/passes/attach_stream_label_pass.cc
View File
@@ -98,7 +98,6 @@ Status AttachStreamLabelPass::UpdateCondBranch(const NodePtr &node) {
continue;
}
const std::string &type = cur_node->GetType();
for (const auto &out_node : cur_node->GetOutAllNodes()) {
const std::string &out_type = out_node->GetType();
Write
Preview
Loading…
Cancel
Save