Browse Source

st

pull/544/head
xueteng 3 years ago
parent
commit
1306a24ef8
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      parser/tensorflow/tensorflow_parser.cc

+ 0
- 1
parser/tensorflow/tensorflow_parser.cc View File

@@ -2506,7 +2506,6 @@ Status TensorFlowModelParser::OptimizeIdentityByOutput(map<string, NodeDef *> &n
// Deal with non _Retval output operator of Identity.
if (has_out_retval) {
std::map<std::string, std::vector<std::pair<int32_t, int32_t>>>::const_iterator output_iter = output_map.begin();
GELOGD("[test]map size:%u.", output_map.size());
for (; output_iter != output_map.end(); ++output_iter) {
const string &output_node_name = output_iter->first;
GELOGD("[test]node name:%s.", output_node_name.c_str());


Loading…
Cancel
Save