Browse Source

ut

tags/v1.3.0
wjm 4 years ago
parent
commit
260c178e5b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/hybrid/model/hybrid_model_builder.cc

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

@@ -277,7 +277,7 @@ Status HybridModelBuilder::ParseForceInfershapeNodes(const NodePtr &node, NodeIt
auto op_desc = node->GetOpDesc();
GE_CHECK_NOTNULL(op_desc);
// not care result, if no this attr, stand for the op does not need force infershape
(void)AttrUtils::GetBool(op_desc, kForceInfershape, node_item.is_need_force_infershape);
(void) AttrUtils::GetBool(op_desc, kForceInfershape, node_item.is_need_force_infershape);
GELOGD("node [%s] is need do infershape, flag is %d",
op_desc->GetName().c_str(),
node_item.is_need_force_infershape);


Loading…
Cancel
Save