Home
last modified time | relevance | path

Searched defs:FW (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Deigen_benchmark_cpu_test.cc120 #define BM_SPATIAL_NAME(prefix, NT, N, H, W, C, FC, FH, FW) \ argument
123 #define BM_SpatialConvolution(NT, N, H, W, C, FC, FH, FW, LABEL) \ argument
131 #define BM_SpatialConvolutionBwdInput(NT, N, H, W, C, FC, FH, FW, LABEL) \ argument
140 #define BM_SpatialConvolutionBwdKernel(NT, N, H, W, C, FC, FH, FW, LABEL) \ argument
149 #define BM_SpatialConvolutions(N, H, W, C, FC, FH, FW, LABEL) \ argument
155 #define BM_SpatialConvolutionsBwdInput(N, H, W, C, FC, FH, FW, LABEL) \ argument
161 #define BM_SpatialConvolutionsBwdKernel(N, H, W, C, FC, FH, FW, LABEL) \ argument
351 #define BM_CUBOID_NAME(p, NT, N, H, W, P, C, FC, FH, FW, FP) \ argument
355 #define BM_CuboidConvolution(NT, N, H, W, P, C, FC, FH, FW, FP, LABEL) \ argument
363 #define BM_CuboidConvolutionBwdInput(NT, N, H, W, P, C, FC, FH, FW, FP, LABEL) \ argument
[all …]
Dconv_ops_benchmark_test.cc317 #define BM_NAME(name, type, N, H, W, C, FW, FH, FC) \ argument
320 #define BM_Conv2D(N, H, W, C, FW, FH, FC, type, LABEL) \ argument
331 #define BM_Conv2DWithBias(N, H, W, C, FW, FH, FC, type, LABEL) \ argument
343 #define BM_Conv2DWithBiasAndRelu(N, H, W, C, FW, FH, FC, type, LABEL) \ argument
357 #define BM_FusedConv2DWithBias(N, H, W, C, FW, FH, FC, type, LABEL) \ argument
370 #define BM_FusedConv2DWithBiasAndRelu(N, H, W, C, FW, FH, FC, type, LABEL) \ argument
384 #define BM_Conv2DWithBatchNorm(N, H, W, C, FW, FH, FC, type, LABEL) \ argument
396 #define BM_Conv2DWithBatchNormAndRelu(N, H, W, C, FW, FH, FC, type, LABEL) \ argument
411 #define BM_FusedConv2DWithBatchNorm(N, H, W, C, FW, FH, FC, type, LABEL) \ argument
425 #define BM_FusedConv2DWithBatchNormAndRelu(N, H, W, C, FW, FH, FC, type, \ argument
[all …]
Dconv_grad_filter_ops_benchmark_test.cc112 #define BM_NAME(name, type, T, FMT, N, H, W, C, FH, FW, FC, SH, SW, PADDING) \ argument
116 #define BM_Conv2DBwdFilter(T, FMT, N, H, W, C, FH, FW, FC, SH, SW, PADDING, \ argument
Dconv_grad_input_ops_benchmark_test.cc111 #define BM_NAME(name, type, T, FMT, N, H, W, C, FH, FW, FC, SH, SW, PADDING) \ argument
115 #define BM_Conv2DBwdInput(T, FMT, N, H, W, C, FW, FH, FC, SH, SW, PADDING, \ argument
Deigen_spatial_convolutions_test.cc1763 #define BM_RHS_NAME(prefix, T, N, H, W, C, FC, FH, FW, PAD, SH, SW, ISH, ISW, \ argument
1769 #define BM_PackRhs(T, N, H, W, C, FC, FH, FW, PAD, SH, SW, ISH, ISW, BR, BC) \ argument
2012 #define BM_LHS_NAME(prefix, T, C, FC, FH, FW, BR, BC) \ argument
2015 #define BM_PackLhs(T, C, FC, FH, FW, BR, BC) \ argument
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_conv_ops_test.cc294 #define BM_NAME(p, type, N, H, W, C, FC, FH, FW) \ argument
300 #define BM_Conv2DT(kind, N, H, W, C, FC, FH, FW, type, LABEL) \ argument
315 #define BM_Conv2D(N, H, W, C, FC, FH, FW, type, LABEL) \ argument
319 #define BM_Conv2D(N, H, W, C, FC, FH, FW, type, LABEL) \ argument
323 #define BM_Conv2DBwdInputT(kind, N, H, W, C, FC, FH, FW, type, LABEL) \ argument
338 #define BM_Conv2DBwdInput(N, H, W, C, FC, FH, FW, type, LABEL) \ argument
342 #define BM_Conv2DBwdInput(N, H, W, C, FC, FH, FW, type, LABEL) \ argument
346 #define BM_Conv2DBwdFilterT(kind, N, H, W, C, FC, FH, FW, type, LABEL) \ argument
361 #define BM_Conv2DBwdFilter(N, H, W, C, FC, FH, FW, type, LABEL) \ argument
365 #define BM_Conv2DBwdFilter(N, H, W, C, FC, FH, FW, type, LABEL) \ argument
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp184 FileWriter FW(OutStrm, ByteOrder); in TEST() local
214 FileWriter FW(OutStrm, ByteOrder); in TestFunctionInfoEncodeError() local
249 FileWriter FW(OutStrm, ByteOrder); in TestFunctionInfoEncodeDecode() local
326 FileWriter FW(OutStrm, ByteOrder); in TestInlineInfoEncodeDecode() local
357 FileWriter FW(OutStrm, ByteOrder); in TestInlineInfoEncodeError() local
500 FileWriter FW(OutStrm, ByteOrder); in TEST() local
690 FileWriter FW(OutStrm, ByteOrder); in TestFileWriterHelper() local
745 FileWriter FW(OutStrm, ByteOrder); in TEST() local
768 FileWriter FW(OutStrm, ByteOrder); in TestAddressRangeEncodeDecodeHelper() local
806 FileWriter FW(OutStrm, ByteOrder); in TestLineTableHelper() local
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp534 const analyze_format_string::OptionalAmount &FW = FS.getFieldWidth(); in computeFieldWidth() local
542 const analyze_format_string::OptionalAmount &FW = FS.getPrecision(); in computePrecision() local