remove EXPERIMENTAL_DYNAMIC_PARTITION

pull/1293/head
lichun 4 years ago
parent 032a6974d0
commit 54087481bf

@ -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