Browse Source

ST for ge_running_env_test

pull/379/head
zhangxiaokun 4 years ago
parent
commit
d91d1df934
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      parser/common/acl_graph_parser_util.cc
  2. +1
    -0
      parser/common/proto_file_parser.cc

+ 1
- 0
parser/common/acl_graph_parser_util.cc View File

@@ -38,6 +38,7 @@
#include "omg/parser/parser_inner_ctx.h"
#include "parser/common/register_tbe.h"
#include "tbe_plugin_loader.h"
#include "mmpa/mmpa_api.h"

using google::protobuf::io::CodedInputStream;
using google::protobuf::io::FileInputStream;


+ 1
- 0
parser/common/proto_file_parser.cc View File

@@ -28,6 +28,7 @@
#include "parser/common/acl_graph_parser_util.h"
#include "ge/ge_api_types.h"
#include "framework/common/debug/ge_log.h"
#include "mmpa/mmpa_api.h"

using std::ifstream;
using std::vector;


Loading…
Cancel
Save