Home
last modified time | relevance | path

Searched defs:kernel_height (Results 1 – 25 of 63) sorted by relevance

123

/external/XNNPACK/test/
Dconvolution-test-helpers.cc25 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()
Ddwconv2d-microkernel-tester.h104 inline DWConv2DMicrokernelTester& kernel_height(uint32_t kernel_height) { in kernel_height() function
110 inline uint32_t kernel_height() const { in kernel_height() function
Dconv-hwc-microkernel-tester.h167 inline ConvHWCMicrokernelTester& kernel_height(uint32_t kernel_height) { in kernel_height() argument
173 inline uint32_t kernel_height() const { in kernel_height() function
Dconv-hwc2chw-microkernel-tester.h169 inline ConvHWC2CHWMicrokernelTester& kernel_height(uint32_t kernel_height) { in kernel_height() argument
175 inline uint32_t kernel_height() const { in kernel_height() function
Ddeconvolution-nhwc.cc575 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/
DUtils.cpp378 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/
Ddeconvolution-nhwc.c36 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
Dconvolution-nhwc.c202 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/
Dgenerate-dwconv2d-chw-test.py243 def generate_test_cases(ukernel, kernel_height, kernel_width, subsampling, \ argument
/external/ComputeLibrary/tests/validation/reference/
DIm2Col.cpp45 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/
DDirectConvolution3DFixture.h161 …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/
Ddeconvolution.cc33 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
Dconvolution.cc38 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/
Dim2col.c16 size_t kernel_height, in xnn_im2col_conv2d()
/external/ComputeLibrary/src/cpu/operators/
DCpuGemmConv2d.cpp62 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/
Dconvolution_parameters.hpp54 int64_t kernel_height; member
/external/ComputeLibrary/src/graph/nodes/
DDeconvolutionLayerNode.cpp57 …const unsigned int kernel_height = get_dimension_size(weights_descriptor, DataLayoutDimension::HEI… in compute_output_descriptor() local
DFusedConvolutionBatchNormalizationWithPostOpsNode.cpp90 …const unsigned int kernel_height = get_dimension_size(weights_descriptor, DataLayoutDimension::HEI… in compute_output_descriptor() local
DDepthwiseConvolutionLayerNode.cpp90 …const unsigned int kernel_height = get_dimension_size(weights_descriptor, DataLayoutDimension::HE… in compute_output_descriptor() local
DFusedDepthwiseConvolutionBatchNormalizationNode.cpp93 …const unsigned int kernel_height = get_dimension_size(weights_descriptor, DataLayoutDimension::HE… in compute_output_descriptor() local
DFusedConvolutionBatchNormalizationNode.cpp101 …const unsigned int kernel_height = get_dimension_size(weights_descriptor, DataLayoutDimension::HEI… in compute_output_descriptor() local
DConvolutionLayerNode.cpp101 …const unsigned int kernel_height = get_dimension_size(weights_descriptor, DataLayoutDimension::HEI… in compute_output_descriptor() local
DFusedConvolutionWithPostOpNode.cpp101 …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/
Dconv_weights_converter.cc195 int kernel_height = 0; in GetWeightsSize() local
/external/ComputeLibrary/src/cpu/kernels/
DCpuIm2ColKernel.cpp89 int kernel_height, in linearize_volume_nchw()
187 int kernel_height, in linearize_volume_nhwc()

123