Skip to content

Commit

Permalink
update unitest
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiren committed Jan 29, 2024
1 parent f47d034 commit f550f7a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions onnxruntime/test/optimizer/graph_transform_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7651,10 +7651,6 @@ TEST_F(GraphTransformationTests, GatherSliceToSplitFusion) {
auto* reshape_out = builder.MakeIntermediate<float>({{2, 512, 73, 64}});
builder.AddNode("Reshape", {data_arg, reshape_arg}, {reshape_out});

// Create Shape-0 Ops
auto* shape_output_0 = builder.MakeOutput();
builder.AddNode("Shape", {reshape_out}, {shape_output_0});

// Create Gather-1 Ops
auto* gather_index_1 = builder.MakeInitializer<int64_t>({}, {static_cast<int64_t>(-2)});
auto* gather_out_1 = builder.MakeIntermediate<float>({{2, 512, 1, 64}});
Expand Down

0 comments on commit f550f7a

Please sign in to comment.