Browse Source

ut compile

pull/1193/head
wangxiaotian22 4 years ago
parent
commit
42f04ecbbd
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      tests/ut/ge/graph/build/graph_builder_unittest.cc

+ 3
- 3
tests/ut/ge/graph/build/graph_builder_unittest.cc View File

@@ -24,7 +24,7 @@
#undef protected
#undef private
#include "graph/build/logical_stream_allocator.h"
#include "graph/build/graph_builder.h"
#include "common/types.h"
#include "common/util.h"
@@ -101,8 +101,8 @@ TEST_F(UtestGraphBuilder, BuildForKnownShapeGraph_test) {
ge::ComputeGraphPtr graph = make_shared<ge::ComputeGraph>("");
MakeGraph(graph);
GraphBuilder builder;
GeModelPtr ge_model_ptr = nullptr;
ge::GraphBuilder builder;
ge::GeModelPtr ge_model_ptr = nullptr;
builder.BuildForKnownShapeGraph(graph, ge_model_ptr, 0);
}

Loading…
Cancel
Save