Searched refs:BM_NAME (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/aot/ |
D | test.cc | 47 #define BM_NAME BM_{{TFCOMPILE_NAME}} // NOLINT(whitespace/braces) macro 73 void BM_NAME(int iters) { in BM_NAME() function 89 BENCHMARK(BM_NAME);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops_test.cc | 1312 #define BM_NAME(name, type, N, H, W, C, FW, FH, FC) \ macro 1316 static void BM_NAME(BM_Conv2D, type, N, H, W, C, FW, FH, FC)(int iters) { \ 1320 BENCHMARK(BM_NAME(BM_Conv2D, type, N, H, W, C, FW, FH, FC)); 1323 static void BM_NAME(BM_Conv2DWithBias, type, N, H, W, C, FW, FH, \ 1329 BENCHMARK(BM_NAME(BM_Conv2DWithBias, type, N, H, W, C, FW, FH, FC)); 1332 static void BM_NAME(BM_Conv2DWithBiasAndRelu, type, N, H, W, C, FW, FH, \ 1339 BENCHMARK(BM_NAME(BM_Conv2DWithBiasAndRelu, type, N, H, W, C, FW, FH, FC)); 1342 static void BM_NAME(BM_FusedConv2DWithBias, type, N, H, W, C, FW, FH, \ 1349 BENCHMARK(BM_NAME(BM_FusedConv2DWithBias, type, N, H, W, C, FW, FH, FC)); 1352 static void BM_NAME(BM_FusedConv2DWithBiasAndRelu, type, N, H, W, C, FW, FH, \ [all …]
|
D | mkl_conv_ops_test.cc | 306 #define BM_NAME(p, type, N, H, W, C, FC, FH, FW) \ macro 313 static void BM_NAME(Conv2D_##kind, type, N, H, W, C, FC, FH, \ 324 BENCHMARK(BM_NAME(Conv2D_##kind, type, N, H, W, C, FC, FH, FW)) 336 static void BM_NAME(Conv2DBwdInput_##kind, type, N, H, W, C, FC, FH, \ 347 BENCHMARK(BM_NAME(Conv2DBwdInput_##kind, type, N, H, W, C, FC, FH, FW)) 359 static void BM_NAME(Conv2DBwdFilter_##kind, type, N, H, W, C, FC, FH, \ 370 BENCHMARK(BM_NAME(Conv2DBwdFilter_##kind, type, N, H, W, C, FC, FH, FW))
|