Browse Source

use true types istead of GeAttrValue::

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

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

@@ -20,7 +20,8 @@ namespace ge
namespace
{
ComputeGraphPtr MakeGraph() {
ge::ut::GraphBuilder builder("graph");
auto builder = ut::GraphBuilder("graph");
//ge::ut::GraphBuilder builder("graph");
std::string name = "graph";
std::string original_type;
original_type = "IteratorV2"; //


Loading…
Cancel
Save