This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
parser
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
use true types istead of GeAttrValue::
pull/372/head
CLAY-panjw
4 years ago
parent
5acefb6522
commit
3e3b2a4aaa
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
tests/ut/parser/CMakeLists.txt
+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"
Write
Preview
Loading…
Cancel
Save