Skip to content

Commit

Permalink
Cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
yihonglyu committed Nov 15, 2024
1 parent def160e commit 8c030e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions onnxruntime/test/optimizer/transpose_optimizer_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3801,8 +3801,6 @@ TEST(TransposeOptimizerTests, TestCast) {
/*opset_version*/ {15, 18});
}

//#ifndef DISABLE_CONTRIB_OPS

TEST(TransposeOptimizerTests, TestQLinearSoftmax) {
auto build_test_case_1 = [&](ModelTestBuilder& builder) {
auto* input0_arg = MakeInput<uint8_t>(builder, std::nullopt, {1, 384, 384, 21}, 0, 255);
Expand Down Expand Up @@ -3843,8 +3841,6 @@ TEST(TransposeOptimizerTests, TestQLinearSoftmax) {
/*ep*/ DefaultCpuExecutionProvider());
}

//#endif // DISABLE_CONTRIB_OPS

TEST(TransposeOptimizerTests, TestBroadcastReusedInputs) {
auto build_test_case_1 = [&](ModelTestBuilder& builder) {
auto* input0_arg = MakeInput<float>(builder, {{-1, -1, 3, 4}}, {1, 2, 3, 4}, 0.0, 1.0);
Expand Down

0 comments on commit 8c030e4

Please sign in to comment.