Browse Source

fix

pull/321/head
wjm 4 years ago
parent
commit
230080b22a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      parser/onnx/onnx_parser.cc

+ 1
- 0
parser/onnx/onnx_parser.cc View File

@@ -579,6 +579,7 @@ Status OnnxModelParser::ParseOpParam(const ge::onnx::NodeProto *node_proto, ge::
std::shared_ptr<ge::OnnxCustomParserAdapter> onnx_custom_op_parser =
std::dynamic_pointer_cast<ge::OnnxCustomParserAdapter>(op_parser);
status = onnx_custom_op_parser->ParseParams(op_src, op);
op_src.BreakConnect();
}

if (status != SUCCESS) {


Loading…
Cancel
Save