From 832ecf667b333f2010fe3b5abf6a3c34e4e98ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=A3=8A?= Date: Mon, 8 Mar 2021 10:19:11 +0800 Subject: [PATCH] fixed sc warning --- inc/external/parser/tensorflow_parser.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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