diff --git a/inc/external/parser/tensorflow_parser.h b/inc/external/parser/tensorflow_parser.h index f1f82ab..0664fe8 100644 --- a/inc/external/parser/tensorflow_parser.h +++ b/inc/external/parser/tensorflow_parser.h @@ -44,8 +44,7 @@ namespace ge { PARSER_FUNC_VISIBILITY graphStatus aclgrphParseTensorFlow(const char *model_file, ge::Graph &graph); PARSER_FUNC_VISIBILITY graphStatus aclgrphParseTensorFlow(const char *model_file, - const std::map &parser_params, - ge::Graph &graph); + const std::map &parser_params, ge::Graph &graph); } // namespace ge #endif // INC_EXTERNAL_ACL_PARSER_TENSORFLOW_H_ \ No newline at end of file