/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_benchmark_cpu_test.cc | 124 #define BM_SPATIAL_NAME(prefix, NT, N, H, W, C, FC, FH, FW) \ argument 125 BM_##prefix##_CPU_##NT##T_in_##N##_##H##_##W##_##C##_f_##FC##_##FH##_##FW 127 #define BM_SpatialConvolution(NT, N, H, W, C, FC, FH, FW, LABEL) \ argument 129 FW)(int iters) { \ 131 SpatialConvolution(iters, NT, N, H, W, C, FC, FH, FW); \ 133 BENCHMARK(BM_SPATIAL_NAME(SpatialConvolution, NT, N, H, W, C, FC, FH, FW)) 135 #define BM_SpatialConvolutionBwdInput(NT, N, H, W, C, FC, FH, FW, LABEL) \ argument 137 FH, FW)(int iters) { \ 139 SpatialConvolutionBackwardInput(iters, NT, N, H, W, C, FC, FH, FW); \ 142 BM_SPATIAL_NAME(SpatialConvolutionBwdInput, NT, N, H, W, C, FC, FH, FW)) [all …]
|
D | mkl_conv_ops_test.cc | 306 #define BM_NAME(p, type, N, H, W, C, FC, FH, FW) \ argument 307 BM_CONCAT(BM_##p##_##type##_in_##N##_##H##_##W##_##C, _f_##FC##_##FH##_##FW) 312 #define BM_Conv2DT(kind, N, H, W, C, FC, FH, FW, type, LABEL) \ argument 314 FW)(int iters) { \ 318 int64 flops_per_iter = num_computed_elements * ((C) * (FH) * (FW)); \ 321 Conv2DDimensions dims(N, H, W, C, FC, FW, FH); \ 324 BENCHMARK(BM_NAME(Conv2D_##kind, type, N, H, W, C, FC, FH, FW)) 327 #define BM_Conv2D(N, H, W, C, FC, FH, FW, type, LABEL) \ argument 328 BM_Conv2DT(Default, N, H, W, C, FC, FH, FW, type, LABEL); \ 329 BM_Conv2DT(Mkl, N, H, W, C, FC, FH, FW, type, LABEL); [all …]
|
D | conv_ops_test.cc | 1312 #define BM_NAME(name, type, N, H, W, C, FW, FH, FC) \ argument 1313 name##_##type##_##N##_##H##_##W##_##C##_##FW##_##FH##_##FC 1315 #define BM_Conv2D(N, H, W, C, FW, FH, FC, type, LABEL) \ argument 1316 static void BM_NAME(BM_Conv2D, type, N, H, W, C, FW, FH, FC)(int iters) { \ 1318 test::Benchmark(#type, Conv2D(N, H, W, C, FW, FH, FC).graph).Run(iters); \ 1320 BENCHMARK(BM_NAME(BM_Conv2D, type, N, H, W, C, FW, FH, FC)); 1322 #define BM_Conv2DWithBias(N, H, W, C, FW, FH, FC, type, LABEL) \ argument 1323 static void BM_NAME(BM_Conv2DWithBias, type, N, H, W, C, FW, FH, \ 1326 test::Benchmark(#type, Conv2DWithBias(N, H, W, C, FW, FH, FC).graph) \ 1329 BENCHMARK(BM_NAME(BM_Conv2DWithBias, type, N, H, W, C, FW, FH, FC)); [all …]
|
D | eigen_spatial_convolutions_test.cc | 1736 #define BM_RHS_NAME(prefix, N, H, W, C, FC, FH, FW, SH, SW, BR, BC) \ argument 1737 BM_CONCAT(BM_##prefix##_##N##_##H##x##W##_IC##C##_FC##FC##_##FH##x##FW, \ 1740 #define BM_PackRhs(N, H, W, C, FC, FH, FW, SH, SW, BR, BC) \ argument 1741 static void BM_RHS_NAME(PackRhs, N, H, W, C, FC, FH, FW, SH, SW, BR, \ 1743 PackRhsHelper(iters, N, H, W, C, FC, FH, FW, SH, SW, BR, BC); \ 1745 BENCHMARK(BM_RHS_NAME(PackRhs, N, H, W, C, FC, FH, FW, SH, SW, BR, BC)) 1830 #define BM_LHS_NAME(prefix, C, FC, FH, FW, BR, BC) \ argument 1831 BM_CONCAT(BM_##prefix##_##C##_FC##FC##_##FH##x##FW, _B##BR##x##BC) 1833 #define BM_PackLhs(C, FC, FH, FW, BR, BC) \ argument 1834 static void BM_LHS_NAME(PackLhs, C, FC, FH, FW, BR, BC)(int iters) { \ [all …]
|
/external/autotest/client/site_tests/kernel_FirmwareRequest/src/ |
D | fw_filesystem.sh | 24 FW="$FWPATH/test-firmware.bin" 32 rm -f "$FW" 47 echo "ABCD0123" >"$FW" 49 NAME=$(basename "$FW") 66 if diff -q "$FW" /dev/test_firmware >/dev/null ; then 83 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then 97 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
|
/external/linux-kselftest/tools/testing/selftests/firmware/ |
D | fw_fallback.sh | 187 if diff -q "$FW" /dev/test_firmware >/dev/null ; then 204 if diff -q "$FW" /dev/test_firmware >/dev/null ; then 212 load_fw "$NAME" "$FW" 213 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then 220 load_fw_cancel "nope-$NAME" "$FW" 221 if diff -q "$FW" /dev/test_firmware >/dev/null ; then 229 load_fw_fallback_with_child "nope-signal-$NAME" "$FW"
|
D | fw_lib.sh | 102 FW="$FWPATH/test-firmware.bin" 103 echo "ABCD0123" >"$FW" 104 NAME=$(basename "$FW") 168 if [ -f $FW ]; then 169 rm -f "$FW"
|
D | fw_filesystem.sh | 46 if diff -q "$FW" /dev/test_firmware >/dev/null ; then 63 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then 81 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then 162 if ! diff -q -Z "$FW" $DIR/read_firmware 2>/dev/null ; then 174 if diff -q -Z "$FW" $DIR/read_firmware 2>/dev/null ; then
|
/external/autotest/server/site_tests/enterprise_CFM_BizlinkUpdater/ |
D | control | 16 Tests the Bizlink FW updater. The test does the following: 19 3) verifies udev triggered the Bizlink FW updater to flash the latest FW to the 20 dongle by checking the FW version on the dongle
|
/external/autotest/server/site_tests/platform_InstallFW/ |
D | control | 39 # Verify FW type in arg. 45 'Correct FW Options are bios or ec.') 46 # Verify FW path arg.
|
/external/u-boot/arch/arm/mach-bcm283x/ |
D | Kconfig | 73 b) You should run the following to tell the VC FW to process DT when 115 At the time of writing, the VC FW requires a non-default option in 119 The VC FW typically provides ARM "stub" code to set up the CPU and 121 mode. In order to boot U-Boot before the VC FW is enhanced, please 124 duplicated here. The VC FW enhancement is tracked in
|
/external/autotest/server/site_tests/enterprise_CFM_SiSFwUpdater/ |
D | control | 20 the SiS FW updater to flash the latest FW to Mimo. This is validated by running
|
/external/autotest/server/site_tests/enterprise_CFM_LogitechPtzUpdater/ |
D | control | 20 udev rule to invoke the Logitech FW updater to flash the latest FW to Ptz Pro 2.
|
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
D | README.lsch3 | 48 | Debug Server FW | 50 | AIOP FW | 52 | MC FW | 75 | Debug Server FW (2M) | | Alt 77 | AIOP FW (4M) | | 83 | MC FW (4M) | | 97 | Debug Server FW (2M) | | Bank 99 | AIOP FW (4M) | | 105 | MC FW (4M) | |
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | cf4bb29b1688a6ee2c15d63fdb289bf6.000005ad.honggfuzz.cov | 12 �FW�$V���,�+_�����1��G�'�I
|
D | 165721b84a779b293be3c8f06903132a.00005b14.honggfuzz.cov | 9 …*l�o�#ۮLH�j6����!�i�-{S��ĵ4KRh�57��Q�c��Α`���o��T7 �'�P{��F�؎�a}d�o��g)7�$�ߤ�M;-��>8m�Ш��8'f�բ�FW
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 165721b84a779b293be3c8f06903132a.00005b14.honggfuzz.cov | 9 …*l�o�#ۮLH�j6����!�i�-{S��ĵ4KRh�57��Q�c��Α`���o��T7 �'�P{��F�؎�a}d�o��g)7�$�ߤ�M;-��>8m�Ш��8'f�բ�FW
|
/external/autotest/test_suites/ |
D | control.faft_lab | 32 'labels': ['FW-labblocker', 'Restrict-View-Google'],
|
D | control.faft_smoke | 33 'labels': ['FW-labblocker', 'Restrict-View-Google'],
|
D | control.faft_bios_au_3 | 39 'labels': ['FW-labblocker', 'Restrict-View-Google'],
|
D | control.faft_bios_au_2 | 39 'labels': ['FW-labblocker', 'Restrict-View-Google'],
|
D | control.faft_bios_au_1 | 39 'labels': ['FW-labblocker', 'Restrict-View-Google'],
|
D | control.faft_ec_au_3 | 39 'labels': ['FW-labblocker', 'Restrict-View-Google'],
|
D | control.faft_ec_au_2 | 39 'labels': ['FW-labblocker', 'Restrict-View-Google'],
|
D | control.faft_ec_au_1 | 39 'labels': ['FW-labblocker', 'Restrict-View-Google'],
|