Browse Source

remove EXPERIMENTAL_DYNAMIC_PARTITION

tags/v1.3.0
lichun 3 years ago
parent
commit
2e431b33be
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      tests/ut/ge/graph/partition/dynamic_shape_partition_unittest.cc

+ 1
- 2
tests/ut/ge/graph/partition/dynamic_shape_partition_unittest.cc View File

@@ -77,9 +77,8 @@ class UtestDynamicShapePartition : public testing::Test {
void TearDown() {}
};

// test Init_EndGraphTaskInfo_failed
TEST_F(UtestDynamicShapePartition, single_op_scene_success) {
ComputeGraphPtr graph = shared_ptr<ComputeGraph>("default");
ComputeGraphPtr graph = std::make_shared<ComputeGraph>("default");

NodePtr node1 =
NodeBuilder("node1", CONSTANTOP).AddInputDesc({1, 1, 224, 224}).AddOutputDesc({1, 1, 224, 224}).Build(graph);


Loading…
Cancel
Save