Browse Source

use true types istead of GeAttrValue::

pull/372/head
CLAY-panjw 4 years ago
parent
commit
3e3b2a4aaa
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      tests/ut/parser/CMakeLists.txt
  2. +1
    -1
      tests/ut/parser/testcase/graph_optimizer_testcase/graph_optimizer_unittest.cc

+ 0
- 1
tests/ut/parser/CMakeLists.txt View File

@@ -307,7 +307,6 @@ include_directories(${PARSER_DIR}/metadef/third_party/graphengine/inc/framework)


set(PARSER_UT_FILES
"graph_builder_utils.cc"
"parser_ut_utils.cc"
"testcase/common/acl_graph_parser_unittest.cc"
"testcase/onnx_parser_testcase/onnx_parser_unittest.cc"


+ 1
- 1
tests/ut/parser/testcase/graph_optimizer_testcase/graph_optimizer_unittest.cc View File

@@ -2,7 +2,7 @@
#include <iostream>
#include "graph/utils/attr_utils.h"
#include "graph/debug/ge_attr_define.h"
#include "graph_builder_utils.h"
#include "parser_ut_utils.cc"
#include "common/util.h"
#include "tensorflow/iterator_fusion_pass.h"
#include "parser/common/acl_graph_parser_util.h"


Loading…
Cancel
Save