| /external/XNNPACK/test/ |
| D | convolution-test-helpers.cc | 25 size_t kernel_height, in compute_convolution_qs8_reference_results() 95 size_t kernel_height, in compute_convolution_qs8_reference_results() 149 size_t kernel_height, in compute_convolution_qu8_reference_results() 219 size_t kernel_height, in compute_convolution_qu8_reference_results() 275 size_t kernel_height, in compute_depthwise_convolution_qs8_reference_results() 340 size_t kernel_height, in compute_depthwise_convolution_qs8_reference_results() 392 size_t kernel_height, in compute_depthwise_convolution_qu8_reference_results() 458 size_t kernel_height, in compute_depthwise_convolution_qu8_reference_results()
|
| D | dwconv2d-microkernel-tester.h | 104 inline DWConv2DMicrokernelTester& kernel_height(uint32_t kernel_height) { in kernel_height() argument 110 inline uint32_t kernel_height() const { in kernel_height() function
|
| D | conv-hwc-microkernel-tester.h | 167 inline ConvHWCMicrokernelTester& kernel_height(uint32_t kernel_height) { in kernel_height() function 173 inline uint32_t kernel_height() const { in kernel_height() function
|
| D | conv-hwc2chw-microkernel-tester.h | 169 inline ConvHWC2CHWMicrokernelTester& kernel_height(uint32_t kernel_height) { in kernel_height() argument 175 inline uint32_t kernel_height() const { in kernel_height() function
|
| D | deconvolution-nhwc.cc | 575 for (size_t kernel_height = 1; kernel_height <= 4; kernel_height *= 2) { in TEST() local 878 for (size_t kernel_height = 1; kernel_height <= 4; kernel_height *= 2) { in TEST() local 1201 for (size_t kernel_height = 1; kernel_height <= 4; kernel_height *= 2) { in TEST() local 1525 for (size_t kernel_height = 1; kernel_height <= 4; kernel_height *= 2) { in TEST() local 1912 for (size_t kernel_height = 2; kernel_height <= 5; kernel_height++) { in TEST() local 2204 for (size_t kernel_height = 2; kernel_height <= 5; kernel_height++) { in TEST() local 2514 for (size_t kernel_height = 2; kernel_height <= 5; kernel_height++) { in TEST() local 2825 for (size_t kernel_height = 2; kernel_height <= 5; kernel_height++) { in TEST() local 3198 for (size_t kernel_height = 3; kernel_height <= 5; kernel_height++) { in TEST() local 3401 for (size_t kernel_height = 3; kernel_height <= 5; kernel_height++) { in TEST() local [all …]
|
| /external/ComputeLibrary/src/core/ |
| D | Utils.cpp | 378 const unsigned int kernel_height = weights_shape[height_idx]; in calculate_same_pad() local 410 … unsigned int kernel_width, unsigned int kernel_height, in deconvolution_output_dimensions() 430 int kernel_width, int kernel_height, in scaled_dimensions() 464 int kernel_width, int kernel_height, in scaled_dimensions_signed() 493 … int kernel_width, int kernel_height, int kernel_depth, in scaled_3d_dimensions_signed()
|
| /external/XNNPACK/src/operators/ |
| D | deconvolution-nhwc.c | 36 uint32_t kernel_height, in create_deconvolution2d_nhwc() 293 uint32_t kernel_height, in xnn_create_deconvolution2d_nhwc_qs8() 389 uint32_t kernel_height, in xnn_create_deconvolution2d_nhwc_qu8() 487 uint32_t kernel_height, in xnn_create_deconvolution2d_nhwc_f16() 582 uint32_t kernel_height, in xnn_create_deconvolution2d_nhwc_f32() 681 const size_t kernel_height = deconvolution_op->kernel_height; in setup_conv_path() local 860 const size_t kernel_height = deconvolution_op->kernel_height; in setup_subconv2d_path() local
|
| D | convolution-nhwc.c | 202 uint32_t kernel_height, in create_convolution2d_nhwc() 658 uint32_t kernel_height, in xnn_create_convolution2d_nhwc_qu8() 777 uint32_t kernel_height, in xnn_create_convolution2d_nhwc_qs8() 891 uint32_t kernel_height, in xnn_create_convolution2d_nhwc_qc8() 1013 uint32_t kernel_height, in xnn_create_convolution2d_nhwc_f16() 1126 uint32_t kernel_height, in xnn_create_convolution2d_nhwc_f32() 1238 uint32_t kernel_height, in xnn_create_fused_convolution2d_nhwc_f32() 1532 const size_t kernel_height = convolution_op->kernel_height; in setup_convolution2d_nhwc() local 1707 const size_t kernel_height = convolution_op->kernel_height; in setup_convolution2d_nhwc() local
|
| /external/XNNPACK/tools/ |
| D | generate-dwconv2d-chw-test.py | 243 def generate_test_cases(ukernel, kernel_height, kernel_width, subsampling, \ argument
|
| /external/ComputeLibrary/tests/validation/reference/ |
| D | Im2Col.cpp | 45 const int kernel_height = kernel_dims.height; in im2col_nchw() local 99 const int kernel_height = kernel_dims.height; in im2col_nhwc() local
|
| /external/ComputeLibrary/tests/validation/fixtures/ |
| D | DirectConvolution3DFixture.h | 161 …ride_z, int pad_x, int pad_y, int pad_z, unsigned int kernel_width, int kernel_height, int kernel_… in setup() 174 …ride_z, int pad_x, int pad_y, int pad_z, unsigned int kernel_width, int kernel_height, int kernel_… in setup()
|
| /external/XNNPACK/bench/ |
| D | deconvolution.cc | 33 const size_t kernel_height = state.range(3); in xnnpack_deconvolution_qu8() local 154 const size_t kernel_height = state.range(3); in xnnpack_deconvolution_f32() local 272 const size_t kernel_height = state.range(3); in tflite_deconvolution_f32() local
|
| D | convolution.cc | 38 const size_t kernel_height = state.range(3); in xnnpack_convolution_qu8() local 158 const size_t kernel_height = state.range(3); in xnnpack_convolution_qs8() local 281 const size_t kernel_height = state.range(3); in xnnpack_convolution_f16() local 397 const size_t kernel_height = state.range(3); in xnnpack_convolution_f32() local 512 const size_t kernel_height = state.range(3); in tflite_convolution_f32() local
|
| /external/XNNPACK/src/ |
| D | im2col.c | 16 size_t kernel_height, in xnn_im2col_conv2d()
|
| /external/ComputeLibrary/src/cpu/operators/ |
| D | CpuGemmConv2d.cpp | 62 const unsigned int kernel_height = weights->dimension(idx_height); in skip_im_col_info() local 280 const unsigned int kernel_height = weights->dimension(idx_height); in configure() local 399 const unsigned int kernel_height = weights->dimension(idx_height); in has_opt_impl() local 446 const unsigned int kernel_height = weights->dimension(idx_height); in validate() local
|
| /external/ComputeLibrary/src/cpu/kernels/assembly/ |
| D | convolution_parameters.hpp | 54 int64_t kernel_height; member
|
| /external/ComputeLibrary/src/graph/nodes/ |
| D | DeconvolutionLayerNode.cpp | 57 …const unsigned int kernel_height = get_dimension_size(weights_descriptor, DataLayoutDimension::HEI… in compute_output_descriptor() local
|
| D | FusedConvolutionBatchNormalizationWithPostOpsNode.cpp | 90 …const unsigned int kernel_height = get_dimension_size(weights_descriptor, DataLayoutDimension::HEI… in compute_output_descriptor() local
|
| D | DepthwiseConvolutionLayerNode.cpp | 90 …const unsigned int kernel_height = get_dimension_size(weights_descriptor, DataLayoutDimension::HE… in compute_output_descriptor() local
|
| D | FusedDepthwiseConvolutionBatchNormalizationNode.cpp | 93 …const unsigned int kernel_height = get_dimension_size(weights_descriptor, DataLayoutDimension::HE… in compute_output_descriptor() local
|
| D | FusedConvolutionBatchNormalizationNode.cpp | 101 …const unsigned int kernel_height = get_dimension_size(weights_descriptor, DataLayoutDimension::HEI… in compute_output_descriptor() local
|
| D | ConvolutionLayerNode.cpp | 101 …const unsigned int kernel_height = get_dimension_size(weights_descriptor, DataLayoutDimension::HEI… in compute_output_descriptor() local
|
| D | FusedConvolutionWithPostOpNode.cpp | 101 …const unsigned int kernel_height = get_dimension_size(weights_descriptor, DataLayoutDimension::HEI… in compute_output_descriptor() local
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
| D | conv_weights_converter.cc | 195 int kernel_height = 0; in GetWeightsSize() local
|
| /external/ComputeLibrary/src/cpu/kernels/ |
| D | CpuIm2ColKernel.cpp | 89 int kernel_height, in linearize_volume_nchw() 187 int kernel_height, in linearize_volume_nhwc()
|