Browse Source

fix compile error

tags/v1.1.0
chuxing 4 years ago
parent
commit
ee8d24e7d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/hybrid/model/node_item.cc

+ 1
- 1
ge/hybrid/model/node_item.cc View File

@@ -30,7 +30,7 @@ const char * const kAttrNameOriginalFusionGraph = "_original_fusion_graph";
const char * const kNodeTypeRetVal = "_RetVal";
std::set<std::string> kControlOpTypes {
IF, STATELESSIF, CASE, WHILE, STATELESSWHILE
}
};

Status ParseInputMapping(Node &node, OpDesc &op_desc, FusedSubgraph &fused_subgraph) {
uint32_t parent_index = 0;


Loading…
Cancel
Save