Browse Source

fixed sc warning

pull/255/head
李磊 4 years ago
parent
commit
832ecf667b
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      inc/external/parser/tensorflow_parser.h

+ 1
- 2
inc/external/parser/tensorflow_parser.h View File

@@ -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<ge::AscendString, ge::AscendString> &parser_params,
ge::Graph &graph);
const std::map<ge::AscendString, ge::AscendString> &parser_params, ge::Graph &graph);
} // namespace ge

#endif // INC_EXTERNAL_ACL_PARSER_TENSORFLOW_H_

Loading…
Cancel
Save