Home
last modified time | relevance | path

Searched refs:FW (Results 1 – 25 of 203) sorted by relevance

123456789

/external/tensorflow/tensorflow/core/kernels/
Deigen_benchmark_cpu_test.cc124 #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 …]
Dmkl_conv_ops_test.cc306 #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 …]
Dconv_ops_test.cc1312 #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 …]
Deigen_spatial_convolutions_test.cc1736 #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/
Dfw_filesystem.sh24 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/
Dfw_fallback.sh187 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"
Dfw_lib.sh102 FW="$FWPATH/test-firmware.bin"
103 echo "ABCD0123" >"$FW"
104 NAME=$(basename "$FW")
168 if [ -f $FW ]; then
169 rm -f "$FW"
Dfw_filesystem.sh46 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/
Dcontrol16 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/
Dcontrol39 # 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/
DKconfig73 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/
Dcontrol20 the SiS FW updater to flash the latest FW to Mimo. This is validated by running
/external/autotest/server/site_tests/enterprise_CFM_LogitechPtzUpdater/
Dcontrol20 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/
DREADME.lsch348 | 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/
Dcf4bb29b1688a6ee2c15d63fdb289bf6.000005ad.honggfuzz.cov12FW�$V���,�+_�����1��G �'�I
D165721b84a779b293be3c8f06903132a.00005b14.honggfuzz.cov9 …*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/
D165721b84a779b293be3c8f06903132a.00005b14.honggfuzz.cov9 …*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/
Dcontrol.faft_lab32 'labels': ['FW-labblocker', 'Restrict-View-Google'],
Dcontrol.faft_smoke33 'labels': ['FW-labblocker', 'Restrict-View-Google'],
Dcontrol.faft_bios_au_339 'labels': ['FW-labblocker', 'Restrict-View-Google'],
Dcontrol.faft_bios_au_239 'labels': ['FW-labblocker', 'Restrict-View-Google'],
Dcontrol.faft_bios_au_139 'labels': ['FW-labblocker', 'Restrict-View-Google'],
Dcontrol.faft_ec_au_339 'labels': ['FW-labblocker', 'Restrict-View-Google'],
Dcontrol.faft_ec_au_239 'labels': ['FW-labblocker', 'Restrict-View-Google'],
Dcontrol.faft_ec_au_139 'labels': ['FW-labblocker', 'Restrict-View-Google'],

123456789