This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
parser
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
ut
pull/544/head
xueteng
3 years ago
parent
71d52bad6f
commit
c9abf7eae8
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
parser/tensorflow/tensorflow_parser.cc
+ 3
- 0
parser/tensorflow/tensorflow_parser.cc
View File
@@ -2500,6 +2500,9 @@ Status TensorFlowModelParser::OptimizeIdentityByOutput(map<string, NodeDef *> &n
output_node_def->set_input(0, curr_node_def->input(0).c_str());
has_out_retval = true;
GELOGD("op %s set input(0):%s.", output_node_def->name().c_str(), curr_node_def->input(0).c_str());
} else {
has_out_retval = false;
break;
}
}
Write
Preview
Loading…
Cancel
Save