diff --git a/inc/external/parser/onnx_parser.h b/inc/external/parser/onnx_parser.h index 2b5e1b8..d5da738 100644 --- a/inc/external/parser/onnx_parser.h +++ b/inc/external/parser/onnx_parser.h @@ -36,6 +36,7 @@ #include "graph/graph.h" #include "graph/types.h" + namespace ge { PARSER_FUNC_VISIBILITY graphStatus aclgrphParseONNX(const char *model_file, const std::map &parser_params, ge::Graph &graph);