@@ -1105,7 +1105,7 @@ TEST(F32_ARGMAXPOOL_4X__SCALAR_C1, channels_eq_1_unipass_fulltile) {
1105
1105
.pooling_elements (4 )
1106
1106
.pooling_tile (4 )
1107
1107
.channels (channel_tile)
1108
- .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
1108
+ .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1);
1109
1109
}
1110
1110
1111
1111
TEST (F32_ARGMAXPOOL_4X__SCALAR_C1, channels_eq_1_unipass_fulltile_with_input_offset) {
@@ -1115,7 +1115,7 @@ TEST(F32_ARGMAXPOOL_4X__SCALAR_C1, channels_eq_1_unipass_fulltile_with_input_off
1115
1115
.pooling_tile (4 )
1116
1116
.channels (channel_tile)
1117
1117
.input_offset (3 )
1118
- .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
1118
+ .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1);
1119
1119
}
1120
1120
1121
1121
TEST (F32_ARGMAXPOOL_4X__SCALAR_C1, channels_eq_1_unipass_subtile) {
@@ -1125,7 +1125,7 @@ TEST(F32_ARGMAXPOOL_4X__SCALAR_C1, channels_eq_1_unipass_subtile) {
1125
1125
.pooling_elements (pooling_elements)
1126
1126
.pooling_tile (4 )
1127
1127
.channels (channel_tile)
1128
- .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
1128
+ .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1);
1129
1129
}
1130
1130
}
1131
1131
@@ -1137,7 +1137,7 @@ TEST(F32_ARGMAXPOOL_4X__SCALAR_C1, channels_eq_1_unipass_subtile_with_input_offs
1137
1137
.pooling_tile (4 )
1138
1138
.channels (channel_tile)
1139
1139
.input_offset (3 )
1140
- .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
1140
+ .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1);
1141
1141
}
1142
1142
}
1143
1143
@@ -1147,7 +1147,7 @@ TEST(F32_ARGMAXPOOL_4X__SCALAR_C1, channels_gt_1_unipass_fulltile) {
1147
1147
.pooling_elements (4 )
1148
1148
.pooling_tile (4 )
1149
1149
.channels (channels)
1150
- .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
1150
+ .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1);
1151
1151
}
1152
1152
}
1153
1153
@@ -1158,7 +1158,7 @@ TEST(F32_ARGMAXPOOL_4X__SCALAR_C1, channels_gt_1_unipass_fulltile_with_input_off
1158
1158
.pooling_tile (4 )
1159
1159
.channels (channels)
1160
1160
.input_offset (3 )
1161
- .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
1161
+ .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1);
1162
1162
}
1163
1163
}
1164
1164
@@ -1169,7 +1169,7 @@ TEST(F32_ARGMAXPOOL_4X__SCALAR_C1, channels_gt_1_unipass_subtile) {
1169
1169
.pooling_elements (pooling_elements)
1170
1170
.pooling_tile (4 )
1171
1171
.channels (channels)
1172
- .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
1172
+ .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1);
1173
1173
}
1174
1174
}
1175
1175
}
@@ -1182,7 +1182,7 @@ TEST(F32_ARGMAXPOOL_4X__SCALAR_C1, channels_gt_1_unipass_subtile_with_input_offs
1182
1182
.pooling_tile (4 )
1183
1183
.channels (channels)
1184
1184
.input_offset (3 )
1185
- .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
1185
+ .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1);
1186
1186
}
1187
1187
}
1188
1188
}
@@ -1196,7 +1196,7 @@ TEST(F32_ARGMAXPOOL_4X__SCALAR_C1, few_output_pixels) {
1196
1196
.pooling_elements (pooling_elements)
1197
1197
.pooling_tile (4 )
1198
1198
.channels (channels)
1199
- .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
1199
+ .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1);
1200
1200
}
1201
1201
}
1202
1202
}
@@ -1212,7 +1212,7 @@ TEST(F32_ARGMAXPOOL_4X__SCALAR_C1, few_output_pixels_with_input_offset) {
1212
1212
.pooling_tile (4 )
1213
1213
.channels (channels)
1214
1214
.input_offset (7 )
1215
- .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
1215
+ .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1);
1216
1216
}
1217
1217
}
1218
1218
}
@@ -1228,7 +1228,7 @@ TEST(F32_ARGMAXPOOL_4X__SCALAR_C1, few_output_pixels_with_output_stride) {
1228
1228
.pooling_tile (4 )
1229
1229
.channels (channels)
1230
1230
.output_stride (7 )
1231
- .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
1231
+ .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1);
1232
1232
}
1233
1233
}
1234
1234
}
@@ -1246,7 +1246,7 @@ TEST(F32_ARGMAXPOOL_4X__SCALAR_C1, few_output_pixels_with_step) {
1246
1246
.step (step)
1247
1247
.channels (channels)
1248
1248
.output_stride (7 )
1249
- .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
1249
+ .Test (xnn_f32_argmaxpool_ukernel_4x__scalar_c1);
1250
1250
}
1251
1251
}
1252
1252
}
@@ -2343,7 +2343,7 @@ TEST(F32_ARGMAXPOOL_9X__SCALAR_C1, channels_eq_1_unipass_fulltile) {
2343
2343
.pooling_elements (9 )
2344
2344
.pooling_tile (9 )
2345
2345
.channels (channel_tile)
2346
- .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
2346
+ .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1);
2347
2347
}
2348
2348
2349
2349
TEST (F32_ARGMAXPOOL_9X__SCALAR_C1, channels_eq_1_unipass_fulltile_with_input_offset) {
@@ -2353,7 +2353,7 @@ TEST(F32_ARGMAXPOOL_9X__SCALAR_C1, channels_eq_1_unipass_fulltile_with_input_off
2353
2353
.pooling_tile (9 )
2354
2354
.channels (channel_tile)
2355
2355
.input_offset (3 )
2356
- .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
2356
+ .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1);
2357
2357
}
2358
2358
2359
2359
TEST (F32_ARGMAXPOOL_9X__SCALAR_C1, channels_eq_1_unipass_subtile) {
@@ -2363,7 +2363,7 @@ TEST(F32_ARGMAXPOOL_9X__SCALAR_C1, channels_eq_1_unipass_subtile) {
2363
2363
.pooling_elements (pooling_elements)
2364
2364
.pooling_tile (9 )
2365
2365
.channels (channel_tile)
2366
- .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
2366
+ .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1);
2367
2367
}
2368
2368
}
2369
2369
@@ -2375,7 +2375,7 @@ TEST(F32_ARGMAXPOOL_9X__SCALAR_C1, channels_eq_1_unipass_subtile_with_input_offs
2375
2375
.pooling_tile (9 )
2376
2376
.channels (channel_tile)
2377
2377
.input_offset (3 )
2378
- .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
2378
+ .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1);
2379
2379
}
2380
2380
}
2381
2381
@@ -2385,7 +2385,7 @@ TEST(F32_ARGMAXPOOL_9X__SCALAR_C1, channels_gt_1_unipass_fulltile) {
2385
2385
.pooling_elements (9 )
2386
2386
.pooling_tile (9 )
2387
2387
.channels (channels)
2388
- .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
2388
+ .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1);
2389
2389
}
2390
2390
}
2391
2391
@@ -2396,7 +2396,7 @@ TEST(F32_ARGMAXPOOL_9X__SCALAR_C1, channels_gt_1_unipass_fulltile_with_input_off
2396
2396
.pooling_tile (9 )
2397
2397
.channels (channels)
2398
2398
.input_offset (3 )
2399
- .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
2399
+ .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1);
2400
2400
}
2401
2401
}
2402
2402
@@ -2407,7 +2407,7 @@ TEST(F32_ARGMAXPOOL_9X__SCALAR_C1, channels_gt_1_unipass_subtile) {
2407
2407
.pooling_elements (pooling_elements)
2408
2408
.pooling_tile (9 )
2409
2409
.channels (channels)
2410
- .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
2410
+ .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1);
2411
2411
}
2412
2412
}
2413
2413
}
@@ -2420,7 +2420,7 @@ TEST(F32_ARGMAXPOOL_9X__SCALAR_C1, channels_gt_1_unipass_subtile_with_input_offs
2420
2420
.pooling_tile (9 )
2421
2421
.channels (channels)
2422
2422
.input_offset (3 )
2423
- .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
2423
+ .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1);
2424
2424
}
2425
2425
}
2426
2426
}
@@ -2434,7 +2434,7 @@ TEST(F32_ARGMAXPOOL_9X__SCALAR_C1, few_output_pixels) {
2434
2434
.pooling_elements (pooling_elements)
2435
2435
.pooling_tile (9 )
2436
2436
.channels (channels)
2437
- .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
2437
+ .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1);
2438
2438
}
2439
2439
}
2440
2440
}
@@ -2450,7 +2450,7 @@ TEST(F32_ARGMAXPOOL_9X__SCALAR_C1, few_output_pixels_with_input_offset) {
2450
2450
.pooling_tile (9 )
2451
2451
.channels (channels)
2452
2452
.input_offset (7 )
2453
- .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
2453
+ .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1);
2454
2454
}
2455
2455
}
2456
2456
}
@@ -2466,7 +2466,7 @@ TEST(F32_ARGMAXPOOL_9X__SCALAR_C1, few_output_pixels_with_output_stride) {
2466
2466
.pooling_tile (9 )
2467
2467
.channels (channels)
2468
2468
.output_stride (7 )
2469
- .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
2469
+ .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1);
2470
2470
}
2471
2471
}
2472
2472
}
@@ -2484,7 +2484,7 @@ TEST(F32_ARGMAXPOOL_9X__SCALAR_C1, few_output_pixels_with_step) {
2484
2484
.step (step)
2485
2485
.channels (channels)
2486
2486
.output_stride (7 )
2487
- .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
2487
+ .Test (xnn_f32_argmaxpool_ukernel_9x__scalar_c1);
2488
2488
}
2489
2489
}
2490
2490
}
@@ -4014,7 +4014,7 @@ TEST(F32_ARGMAXPOOL_9P8X__SCALAR_C1, channels_eq_1_twopass_fulltile) {
4014
4014
.pooling_elements (17 )
4015
4015
.pooling_tile (9 , 8 )
4016
4016
.channels (channel_tile)
4017
- .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
4017
+ .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1);
4018
4018
}
4019
4019
4020
4020
TEST (F32_ARGMAXPOOL_9P8X__SCALAR_C1, channels_eq_1_twopass_fulltile_with_input_offset) {
@@ -4024,7 +4024,7 @@ TEST(F32_ARGMAXPOOL_9P8X__SCALAR_C1, channels_eq_1_twopass_fulltile_with_input_o
4024
4024
.pooling_tile (9 , 8 )
4025
4025
.channels (channel_tile)
4026
4026
.input_offset (3 )
4027
- .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
4027
+ .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1);
4028
4028
}
4029
4029
4030
4030
TEST (F32_ARGMAXPOOL_9P8X__SCALAR_C1, channels_eq_1_twopass_subtile) {
@@ -4034,7 +4034,7 @@ TEST(F32_ARGMAXPOOL_9P8X__SCALAR_C1, channels_eq_1_twopass_subtile) {
4034
4034
.pooling_elements (pooling_elements)
4035
4035
.pooling_tile (9 , 8 )
4036
4036
.channels (channel_tile)
4037
- .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
4037
+ .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1);
4038
4038
}
4039
4039
}
4040
4040
@@ -4046,7 +4046,7 @@ TEST(F32_ARGMAXPOOL_9P8X__SCALAR_C1, channels_eq_1_twopass_subtile_with_input_of
4046
4046
.pooling_tile (9 , 8 )
4047
4047
.channels (channel_tile)
4048
4048
.input_offset (3 )
4049
- .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
4049
+ .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1);
4050
4050
}
4051
4051
}
4052
4052
@@ -4056,7 +4056,7 @@ TEST(F32_ARGMAXPOOL_9P8X__SCALAR_C1, channels_gt_1_twopass_fulltile) {
4056
4056
.pooling_elements (17 )
4057
4057
.pooling_tile (9 , 8 )
4058
4058
.channels (channels)
4059
- .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
4059
+ .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1);
4060
4060
}
4061
4061
}
4062
4062
@@ -4067,7 +4067,7 @@ TEST(F32_ARGMAXPOOL_9P8X__SCALAR_C1, channels_gt_1_twopass_fulltile_with_input_o
4067
4067
.pooling_tile (9 , 8 )
4068
4068
.channels (channels)
4069
4069
.input_offset (3 )
4070
- .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
4070
+ .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1);
4071
4071
}
4072
4072
}
4073
4073
@@ -4078,7 +4078,7 @@ TEST(F32_ARGMAXPOOL_9P8X__SCALAR_C1, channels_gt_1_twopass_subtile) {
4078
4078
.pooling_elements (17 )
4079
4079
.pooling_tile (9 , 8 )
4080
4080
.channels (channels)
4081
- .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
4081
+ .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1);
4082
4082
}
4083
4083
}
4084
4084
}
@@ -4091,7 +4091,7 @@ TEST(F32_ARGMAXPOOL_9P8X__SCALAR_C1, channels_gt_1_twopass_subtile_with_input_of
4091
4091
.pooling_tile (9 , 8 )
4092
4092
.channels (channels)
4093
4093
.input_offset (3 )
4094
- .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
4094
+ .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1);
4095
4095
}
4096
4096
}
4097
4097
}
@@ -4103,7 +4103,7 @@ TEST(F32_ARGMAXPOOL_9P8X__SCALAR_C1, channels_eq_1_multipass) {
4103
4103
.pooling_elements (17 )
4104
4104
.pooling_tile (9 , 8 )
4105
4105
.channels (channel_tile)
4106
- .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
4106
+ .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1);
4107
4107
}
4108
4108
}
4109
4109
@@ -4115,7 +4115,7 @@ TEST(F32_ARGMAXPOOL_9P8X__SCALAR_C1, channels_eq_1_multipass_with_input_offset)
4115
4115
.pooling_tile (9 , 8 )
4116
4116
.channels (channel_tile)
4117
4117
.input_offset (3 )
4118
- .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
4118
+ .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1);
4119
4119
}
4120
4120
}
4121
4121
@@ -4126,7 +4126,7 @@ TEST(F32_ARGMAXPOOL_9P8X__SCALAR_C1, channels_gt_1_multipass) {
4126
4126
.pooling_elements (17 )
4127
4127
.pooling_tile (9 , 8 )
4128
4128
.channels (channels)
4129
- .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
4129
+ .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1);
4130
4130
}
4131
4131
}
4132
4132
}
@@ -4139,7 +4139,7 @@ TEST(F32_ARGMAXPOOL_9P8X__SCALAR_C1, channels_gt_1_multipass_with_input_offset)
4139
4139
.pooling_tile (9 , 8 )
4140
4140
.channels (channels)
4141
4141
.input_offset (3 )
4142
- .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
4142
+ .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1);
4143
4143
}
4144
4144
}
4145
4145
}
@@ -4153,7 +4153,7 @@ TEST(F32_ARGMAXPOOL_9P8X__SCALAR_C1, few_output_pixels) {
4153
4153
.pooling_elements (pooling_elements)
4154
4154
.pooling_tile (9 , 8 )
4155
4155
.channels (channels)
4156
- .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
4156
+ .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1);
4157
4157
}
4158
4158
}
4159
4159
}
@@ -4169,7 +4169,7 @@ TEST(F32_ARGMAXPOOL_9P8X__SCALAR_C1, few_output_pixels_with_input_offset) {
4169
4169
.pooling_tile (9 , 8 )
4170
4170
.channels (channels)
4171
4171
.input_offset (7 )
4172
- .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
4172
+ .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1);
4173
4173
}
4174
4174
}
4175
4175
}
@@ -4185,7 +4185,7 @@ TEST(F32_ARGMAXPOOL_9P8X__SCALAR_C1, few_output_pixels_with_output_stride) {
4185
4185
.pooling_tile (9 , 8 )
4186
4186
.channels (channels)
4187
4187
.output_stride (7 )
4188
- .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
4188
+ .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1);
4189
4189
}
4190
4190
}
4191
4191
}
@@ -4203,7 +4203,7 @@ TEST(F32_ARGMAXPOOL_9P8X__SCALAR_C1, few_output_pixels_with_step) {
4203
4203
.step (step)
4204
4204
.channels (channels)
4205
4205
.output_stride (7 )
4206
- .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1, ArgMaxPoolMicrokernelTester::Variant::Scalar );
4206
+ .Test (xnn_f32_argmaxpool_ukernel_9p8x__scalar_c1);
4207
4207
}
4208
4208
}
4209
4209
}
0 commit comments