| /external/XNNPACK/test/ |
| D | f32-dwconv2d-chw.cc | 89 for (size_t input_height = 2; input_height < 3; input_height++) { in TEST() local 177 for (size_t input_height = 4; input_height < 16; input_height += 2) { in TEST() local 196 for (size_t input_height = 1; input_height < 2; input_height++) { in TEST() local 215 for (size_t input_height = 3; input_height < 5; input_height++) { in TEST() local 303 for (size_t input_height = 6; input_height < 24; input_height += 3) { in TEST() local 322 for (size_t input_height = 1; input_height < 3; input_height++) { in TEST() local 341 for (size_t input_height = 4; input_height < 7; input_height++) { in TEST() local 429 for (size_t input_height = 8; input_height < 32; input_height += 4) { in TEST() local 448 for (size_t input_height = 1; input_height < 4; input_height++) { in TEST() local 467 for (size_t input_height = 5; input_height < 9; input_height++) { in TEST() local [all …]
|
| D | depthtospace-microkernel-tester.h | 39 inline DepthToSpaceMicrokernelTester& input_height(size_t input_height) { in input_height() function 45 inline size_t input_height() const { in input_height() function
|
| D | depth-to-space-operator-tester.h | 24 inline DepthToSpaceOperatorTester& input_size(size_t input_height, size_t input_width) { in input_size() 32 inline DepthToSpaceOperatorTester& input_height(size_t input_height) { in input_height() argument 38 inline size_t input_height() const { in input_height() function
|
| D | resize-bilinear-nhwc.cc | 12 for (size_t input_height = 1; input_height <= 3; input_height++) { in TEST() local 52 for (size_t input_height = output_height + 1; input_height < 15; input_height *= 3) { in TEST() local 77 for (size_t input_height = 3; input_height <= 5; input_height += 2) { in TEST() local 165 for (size_t input_height = 1; input_height <= 3; input_height++) { in TEST() local 208 for (size_t input_height = output_height + 1; input_height < 15; input_height *= 3) { in TEST() local 233 for (size_t input_height = 3; input_height <= 5; input_height += 2) { in TEST() local 326 for (size_t input_height = 1; input_height <= 3; input_height++) { in TEST() local 369 for (size_t input_height = output_height + 1; input_height < 15; input_height *= 3) { in TEST() local 396 for (size_t input_height = 3; input_height <= 5; input_height += 2) { in TEST() local
|
| D | resize-bilinear-nchw.cc | 12 for (size_t input_height = 2; input_height <= 3; input_height++) { in TEST() local 52 for (size_t input_height = output_height + 1; input_height < 15; input_height *= 3) { in TEST() local 77 for (size_t input_height = 3; input_height <= 5; input_height += 2) { in TEST() local 165 for (size_t input_height = 2; input_height <= 3; input_height++) { in TEST() local 208 for (size_t input_height = output_height + 1; input_height < 15; input_height *= 3) { in TEST() local 233 for (size_t input_height = 3; input_height <= 5; input_height += 2) { in TEST() local 326 for (size_t input_height = 2; input_height <= 3; input_height++) { in TEST() local 369 for (size_t input_height = output_height + 1; input_height < 15; input_height *= 3) { in TEST() local 396 for (size_t input_height = 3; input_height <= 5; input_height += 2) { in TEST() local
|
| D | deconvolution-nhwc.cc | 34 …for (size_t input_height = kUnstridedInputHeight - 2; input_height <= kUnstridedInputHeight + 2; i… variable 160 …for (size_t input_height = kUnstridedInputHeight - 2; input_height <= kUnstridedInputHeight + 2; i… in TEST() local 295 …for (size_t input_height = kUnstridedInputHeight - 2; input_height <= kUnstridedInputHeight + 2; i… in TEST() local 431 …for (size_t input_height = kUnstridedInputHeight - 2; input_height <= kUnstridedInputHeight + 2; i… in TEST() local 671 …for (size_t input_height = kUnstridedInputHeight - 2; input_height <= kUnstridedInputHeight + 2; i… variable 699 …for (size_t input_height = kUnstridedInputHeight - 2; input_height <= kUnstridedInputHeight + 2; i… variable 995 …for (size_t input_height = kUnstridedInputHeight - 2; input_height <= kUnstridedInputHeight + 2; i… in TEST() local 1025 …for (size_t input_height = kUnstridedInputHeight - 2; input_height <= kUnstridedInputHeight + 2; i… in TEST() local 1334 …for (size_t input_height = kUnstridedInputHeight - 2; input_height <= kUnstridedInputHeight + 2; i… in TEST() local 1364 …for (size_t input_height = kUnstridedInputHeight - 2; input_height <= kUnstridedInputHeight + 2; i… in TEST() local [all …]
|
| D | convolution-nchw.cc | 39 for (size_t input_height = 25; input_height <= 31; input_height++) { variable 159 for (size_t input_height = 25; input_height <= 31; input_height++) { in TEST() local 300 for (size_t input_height = 25; input_height <= 31; input_height++) { variable 407 for (size_t input_height = 25; input_height <= 31; input_height++) { in TEST() local 543 for (size_t input_height = 25; input_height <= 31; input_height++) { in TEST() local 642 for (size_t input_height = 25; input_height <= 31; input_height++) { in TEST() local 771 for (size_t input_height = 25; input_height <= 31; input_height++) { in TEST() local 878 for (size_t input_height = 25; input_height <= 31; input_height++) { in TEST() local 1013 for (size_t input_height = 25; input_height <= 31; input_height++) { in TEST() local 1112 for (size_t input_height = 25; input_height <= 31; input_height++) { in TEST() local [all …]
|
| D | dwconv2d-microkernel-tester.h | 73 inline DWConv2DMicrokernelTester& input_height(uint32_t input_height) { in input_height() function 79 inline uint32_t input_height() const { in input_height() function
|
| D | conv-hwc-microkernel-tester.h | 99 inline ConvHWCMicrokernelTester& input_size(uint32_t input_height, uint32_t input_width) { in input_size() 107 inline ConvHWCMicrokernelTester& input_height(uint32_t input_height) { in input_height() function 113 inline uint32_t input_height() const { in input_height() function
|
| D | conv-hwc2chw-microkernel-tester.h | 99 inline ConvHWC2CHWMicrokernelTester& input_size(uint32_t input_height, uint32_t input_width) { in input_size() 107 inline ConvHWC2CHWMicrokernelTester& input_height(uint32_t input_height) { in input_height() function 113 inline uint32_t input_height() const { in input_height() function
|
| D | resize-bilinear-operator-tester.h | 24 inline ResizeBilinearOperatorTester& input_size(size_t input_height, size_t input_width) { in input_size() 32 inline ResizeBilinearOperatorTester& input_height(size_t input_height) { in input_height() argument 38 inline size_t input_height() const { in input_height() function
|
| D | convolution-nhwc.cc | 467 for (size_t input_height = 13; input_height <= 14; input_height++) { variable 495 for (size_t input_height = 13; input_height <= 14; input_height++) { variable 523 for (size_t input_height = 13; input_height <= 14; input_height++) { variable 607 for (size_t input_height = 14; input_height <= 15; input_height++) { in TEST() local 633 for (size_t input_height = 14; input_height <= 15; input_height++) { in TEST() local 659 for (size_t input_height = 14; input_height <= 15; input_height++) { in TEST() local 774 for (size_t input_height = 14; input_height <= 15; input_height++) { variable 1592 for (size_t input_height = 13; input_height <= 14; input_height++) { variable 1620 for (size_t input_height = 13; input_height <= 14; input_height++) { variable 1648 for (size_t input_height = 13; input_height <= 14; input_height++) { variable [all …]
|
| D | depth-to-space-nhwc.cc | 20 for (size_t input_height = 2; input_height <= 7; input_height++) { in TEST() local 40 for (size_t input_height = 1; input_height <= 5; input_height++) { in TEST() local
|
| D | depth-to-space-nchw2nhwc.cc | 20 for (size_t input_height = 1; input_height <= 7; input_height++) { in TEST() local 40 for (size_t input_height = 1; input_height <= 5; input_height++) { in TEST() local
|
| D | f32-conv-hwc2chw.cc | 134 for (size_t input_height = 1; input_height < 3; input_height++) { in TEST() local 154 for (size_t input_height = 4; input_height <= 9; input_height++) { in TEST() local 415 for (size_t input_height = 1; input_height < 3; input_height++) { in TEST() local 435 for (size_t input_height = 4; input_height <= 9; input_height++) { in TEST() local 664 for (size_t input_height = 1; input_height < 3; input_height++) { in TEST() local 684 for (size_t input_height = 4; input_height <= 9; input_height++) { in TEST() local 913 for (size_t input_height = 1; input_height < 3; input_height++) { in TEST() local 933 for (size_t input_height = 4; input_height <= 9; input_height++) { in TEST() local 1156 for (size_t input_height = 1; input_height < 3; input_height++) { in TEST() local 1175 for (size_t input_height = 4; input_height <= 9; input_height++) { in TEST() local [all …]
|
| /external/XNNPACK/bench/ |
| D | global-average-pooling.cc | 26 const size_t input_height = state.range(1); in global_average_pooling_qu8() local 88 const size_t input_height = state.range(1); in global_average_pooling_qs8() local 154 const size_t input_height = state.range(1); in global_average_pooling_f16() local 214 const size_t input_height = state.range(1); in global_average_pooling_f32() local
|
| /external/webrtc/modules/video_coding/codecs/vp9/ |
| D | svc_config.cc | 35 size_t input_height, in ConfigureSvcScreenSharing() 63 size_t input_height, in ConfigureSvcNormalVideo() 141 size_t input_height, in GetSvcConfig()
|
| /external/tensorflow/tensorflow/examples/label_image/ |
| D | label_image.py | 39 input_height=299, argument 78 input_height = 299 variable 104 input_height = args.input_height variable
|
| /external/tensorflow/tensorflow/core/kernels/mkl/ |
| D | mkl_requantize_ops_test.cc | 116 const int input_height = 4; in TEST_F() local 177 const int input_height = 4; in TEST_F() local 235 const int input_height = 4; in TEST_F() local
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | quantized_activation_ops_test.cc | 48 const int input_height = 4; in TEST_F() local 79 const int input_height = 4; in TEST_F() local
|
| D | quantized_pooling_ops_test.cc | 53 const int input_height = 4; in TEST_F() local 98 const int input_height = 4; in TEST_F() local
|
| D | quantized_bias_add_op_test.cc | 53 const int input_height = 2; in TEST_F() local 103 const int input_height = 1; in TEST_F() local
|
| /external/tensorflow/tensorflow/lite/kernels/internal/ |
| D | resize_bilinear_test.cc | 31 int input_height, int output_width, in TestOneResizeBilinear() 90 const int input_height = ExponentialRandomPositiveInt(0.9f, 20, 200); in TEST_P() local 109 const int input_height = ExponentialRandomPositiveInt(0.9f, 20, 200); in TEST_P() local 134 const int input_height = ExponentialRandomPositiveInt(0.9f, 20, 200); in TEST_P() local 159 const int input_height = ExponentialRandomPositiveInt(0.9f, 20, 200); in TEST_P() local
|
| /external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
| D | pooling.h | 34 const int input_height = input_shape.Dims(1); in AveragePool() local 95 const int input_height = input_shape.Dims(1); in MaxPool() local 150 const int input_height = input_shape.Dims(1); in AveragePool() local 211 const int input_height = input_shape.Dims(1); in MaxPool() local
|
| /external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
| D | pooling.h | 34 const int input_height = input_shape.Dims(1); in AveragePool() local 90 const int input_height = input_shape.Dims(1); in AveragePool() local 143 const int input_height = input_shape.Dims(1); in L2Pool() local 197 const int input_height = input_shape.Dims(1); in MaxPool() local 251 const int input_height = input_shape.Dims(1); in MaxPool() local
|