Skip to content

Commit 5a1ed91

Browse files
committed
Autoformatter changes (from lintrunner)
1 parent a2114ec commit 5a1ed91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

onnxruntime/test/optimizer/qdq_transformer_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,9 +1031,9 @@ static void RunMaxPoolDropQDQTestCase(bool use_contrib_qdq = false,
10311031
TEST(QDQTransformerTests, MaxPoolDropQDQ) {
10321032
// Opset 12
10331033
RunMaxPoolDropQDQTestCase<int8_t>();
1034-
RunMaxPoolDropQDQTestCase<int8_t>(true); // Use com.microsoft QDQ ops
1034+
RunMaxPoolDropQDQTestCase<int8_t>(true); // Use com.microsoft QDQ ops
10351035
RunMaxPoolDropQDQTestCase<uint8_t>();
1036-
RunMaxPoolDropQDQTestCase<uint8_t>(true); // Use com.microsoft QDQ ops
1036+
RunMaxPoolDropQDQTestCase<uint8_t>(true); // Use com.microsoft QDQ ops
10371037

10381038
// Opset 22
10391039
RunMaxPoolDropQDQTestCase<int8_t>(false, 22);

0 commit comments

Comments
 (0)