remove EXPERIMENTAL_DYNAMIC_PARTITION

pull/1293/head
lichun 4 years ago
parent 54087481bf
commit 2e431b33be

@ -77,9 +77,8 @@ class UtestDynamicShapePartition : public testing::Test {
void TearDown() {} void TearDown() {}
}; };
// test Init_EndGraphTaskInfo_failed
TEST_F(UtestDynamicShapePartition, single_op_scene_success) { TEST_F(UtestDynamicShapePartition, single_op_scene_success) {
ComputeGraphPtr graph = shared_ptr<ComputeGraph>("default"); ComputeGraphPtr graph = std::make_shared<ComputeGraph>("default");
NodePtr node1 = NodePtr node1 =
NodeBuilder("node1", CONSTANTOP).AddInputDesc({1, 1, 224, 224}).AddOutputDesc({1, 1, 224, 224}).Build(graph); NodeBuilder("node1", CONSTANTOP).AddInputDesc({1, 1, 224, 224}).AddOutputDesc({1, 1, 224, 224}).Build(graph);

Loading…
Cancel
Save