Home
last modified time | relevance | path

Searched defs:kernel_width (Results 1 – 25 of 64) sorted by relevance

123

/external/XNNPACK/test/
Dconvolution-test-helpers.cc26 size_t kernel_width, in compute_convolution_qs8_reference_results()
96 size_t kernel_width, in compute_convolution_qs8_reference_results()
150 size_t kernel_width, in compute_convolution_qu8_reference_results()
220 size_t kernel_width, in compute_convolution_qu8_reference_results()
276 size_t kernel_width, in compute_depthwise_convolution_qs8_reference_results()
341 size_t kernel_width, in compute_depthwise_convolution_qs8_reference_results()
393 size_t kernel_width, in compute_depthwise_convolution_qu8_reference_results()
459 size_t kernel_width, in compute_depthwise_convolution_qu8_reference_results()
Ddwconv2d-microkernel-tester.h114 inline DWConv2DMicrokernelTester& kernel_width(uint32_t kernel_width) { in kernel_width() argument
120 inline uint32_t kernel_width() const { in kernel_width() function
Dconv-hwc-microkernel-tester.h177 inline ConvHWCMicrokernelTester& kernel_width(uint32_t kernel_width) { in kernel_width() function
183 inline uint32_t kernel_width() const { in kernel_width() function
Dconv-hwc2chw-microkernel-tester.h179 inline ConvHWC2CHWMicrokernelTester& kernel_width(uint32_t kernel_width) { in kernel_width() function
185 inline uint32_t kernel_width() const { in kernel_width() function
Ddeconvolution-nhwc.cc589 for (size_t kernel_width = 1; kernel_width <= 4; kernel_width *= 2) { variable
893 for (size_t kernel_width = 1; kernel_width <= 4; kernel_width *= 2) { in TEST() local
1216 for (size_t kernel_width = 1; kernel_width <= 4; kernel_width *= 2) { in TEST() local
1541 for (size_t kernel_width = 1; kernel_width <= 4; kernel_width *= 2) { in TEST() local
1927 for (size_t kernel_width = 2; kernel_width <= 5; kernel_width++) { variable
2220 for (size_t kernel_width = 2; kernel_width <= 5; kernel_width++) { in TEST() local
2530 for (size_t kernel_width = 2; kernel_width <= 5; kernel_width++) { in TEST() local
2842 for (size_t kernel_width = 2; kernel_width <= 5; kernel_width++) { in TEST() local
3212 for (size_t kernel_width = 3; kernel_width <= 5; kernel_width++) { variable
3416 for (size_t kernel_width = 3; kernel_width <= 5; kernel_width++) { in TEST() local
[all …]
/external/ComputeLibrary/src/core/
DUtils.cpp377 const unsigned int kernel_width = weights_shape[width_idx]; in calculate_same_pad() local
410unsigned 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()
493int kernel_width, int kernel_height, int kernel_depth, in scaled_3d_dimensions_signed()
/external/XNNPACK/src/operators/
Ddeconvolution-nhwc.c37 uint32_t kernel_width, in create_deconvolution2d_nhwc()
294 uint32_t kernel_width, in xnn_create_deconvolution2d_nhwc_qs8()
390 uint32_t kernel_width, in xnn_create_deconvolution2d_nhwc_qu8()
488 uint32_t kernel_width, in xnn_create_deconvolution2d_nhwc_f16()
583 uint32_t kernel_width, in xnn_create_deconvolution2d_nhwc_f32()
682 const size_t kernel_width = deconvolution_op->kernel_width; in setup_conv_path() local
861 const size_t kernel_width = deconvolution_op->kernel_width; in setup_subconv2d_path() local
Dconvolution-nhwc.c203 uint32_t kernel_width, in create_convolution2d_nhwc()
659 uint32_t kernel_width, in xnn_create_convolution2d_nhwc_qu8()
778 uint32_t kernel_width, in xnn_create_convolution2d_nhwc_qs8()
892 uint32_t kernel_width, in xnn_create_convolution2d_nhwc_qc8()
1014 uint32_t kernel_width, in xnn_create_convolution2d_nhwc_f16()
1127 uint32_t kernel_width, in xnn_create_convolution2d_nhwc_f32()
1239 uint32_t kernel_width, in xnn_create_fused_convolution2d_nhwc_f32()
1533 const size_t kernel_width = convolution_op->kernel_width; in setup_convolution2d_nhwc() local
1708 const size_t kernel_width = convolution_op->kernel_width; 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.cpp44 const int kernel_width = kernel_dims.width; in im2col_nchw() local
98 const int kernel_width = kernel_dims.width; in im2col_nhwc() local
/external/ComputeLibrary/tests/validation/fixtures/
DDirectConvolution3DFixture.h161 …x, int stride_y, int stride_z, int pad_x, int pad_y, int pad_z, unsigned int kernel_width, int ker… in setup()
174 …x, int stride_y, int stride_z, int pad_x, int pad_y, int pad_z, unsigned int kernel_width, int ker… in setup()
/external/XNNPACK/bench/
Ddeconvolution.cc34 const size_t kernel_width = state.range(4); in xnnpack_deconvolution_qu8() local
155 const size_t kernel_width = state.range(4); in xnnpack_deconvolution_f32() local
273 const size_t kernel_width = state.range(4); in tflite_deconvolution_f32() local
Dconvolution.cc39 const size_t kernel_width = state.range(4); in xnnpack_convolution_qu8() local
159 const size_t kernel_width = state.range(4); in xnnpack_convolution_qs8() local
282 const size_t kernel_width = state.range(4); in xnnpack_convolution_f16() local
398 const size_t kernel_width = state.range(4); in xnnpack_convolution_f32() local
513 const size_t kernel_width = state.range(4); in tflite_convolution_f32() local
/external/XNNPACK/src/
Dim2col.c17 size_t kernel_width, in xnn_im2col_conv2d()
/external/ComputeLibrary/src/cpu/operators/
DCpuGemmConv2d.cpp61 const unsigned int kernel_width = weights->dimension(idx_width); in skip_im_col_info() local
279 const unsigned int kernel_width = weights->dimension(idx_width); in configure() local
398 const unsigned int kernel_width = weights->dimension(idx_width); in has_opt_impl() local
445 const unsigned int kernel_width = weights->dimension(idx_width); in validate() local
/external/ComputeLibrary/src/cpu/kernels/assembly/
Dconvolution_parameters.hpp53 int64_t kernel_width; member
/external/ComputeLibrary/src/graph/nodes/
DDeconvolutionLayerNode.cpp56 …const unsigned int kernel_width = get_dimension_size(weights_descriptor, DataLayoutDimension::WID… in compute_output_descriptor() local
DFusedConvolutionBatchNormalizationWithPostOpsNode.cpp89 …const unsigned int kernel_width = get_dimension_size(weights_descriptor, DataLayoutDimension::WID… in compute_output_descriptor() local
DDepthwiseConvolutionLayerNode.cpp89 …const unsigned int kernel_width = get_dimension_size(weights_descriptor, DataLayoutDimension::WI… in compute_output_descriptor() local
DFusedDepthwiseConvolutionBatchNormalizationNode.cpp92 …const unsigned int kernel_width = get_dimension_size(weights_descriptor, DataLayoutDimension::WI… in compute_output_descriptor() local
DFusedConvolutionBatchNormalizationNode.cpp100 …const unsigned int kernel_width = get_dimension_size(weights_descriptor, DataLayoutDimension::WID… in compute_output_descriptor() local
DConvolutionLayerNode.cpp100 …const unsigned int kernel_width = get_dimension_size(weights_descriptor, DataLayoutDimension::WID… in compute_output_descriptor() local
DFusedConvolutionWithPostOpNode.cpp100 …const unsigned int kernel_width = get_dimension_size(weights_descriptor, DataLayoutDimension::WID… in compute_output_descriptor() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_weights_converter.cc194 int kernel_width = 0; in GetWeightsSize() local
/external/ComputeLibrary/src/cpu/kernels/
DCpuIm2ColKernel.cpp88 int kernel_width, in linearize_volume_nchw()
186 int kernel_width, in linearize_volume_nhwc()

123