Browse Source

fix bug of unknown shape

tags/v1.2.0
wxl 3 years ago
parent
commit
ac77baf050
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/graph/passes/resource_pair_add_control_pass.cc

+ 1
- 1
ge/graph/passes/resource_pair_add_control_pass.cc View File

@@ -71,7 +71,7 @@ Status ResourcePairAddControlPass::Run(ComputeGraphPtr graph) {
}
auto to_prefix_2_node = to_item_prefix_2_node->second.find(prefix);
if (to_prefix_2_node == to_item_prefix_2_node->second.end()) {
GELOGw("find peer prefix node fail, suffix:%s, from_type:%s, to_type:%s", prefix.c_str(),
GELOGW("find peer prefix node fail, suffix:%s, from_type:%s, to_type:%s", prefix.c_str(),
resource_type_pair.first.c_str(), resource_type_pair.second.c_str());
continue;
}


Loading…
Cancel
Save