Browse Source

remove EXPERIMENTAL_DYNAMIC_PARTITION

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

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

@@ -92,7 +92,7 @@ TEST_F(UtestDynamicShapePartition, single_op_scene_success) {

(void)AttrUtils::SetBool(add_n_node->GetOpDesc(), ATTR_SINGLE_OP_SCENE, true);

DynamicShapePartitioner partitioner(computeGraph);
DynamicShapePartitioner partitioner(graph);
EXPECT_EQ(partitioner.Partition(), SUCCESS);
}


Loading…
Cancel
Save