Home
last modified time | relevance | path

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

123

/external/ComputeLibrary/src/runtime/NEON/functions/
DNELocallyConnectedLayer.cpp48 const unsigned int kernel_height = weights->dimension(1); in calculate_shapes() local
100 const unsigned int kernel_height = weights->dimension(1); in validate() local
139 const unsigned int kernel_height = weights->info()->dimension(1); in configure() local
DNEGEMMConvolutionLayer.cpp281 const unsigned int kernel_height = weights->info()->dimension(idx_height); in configure() local
430 const unsigned int kernel_height = weights->dimension(idx_height); in validate() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLLocallyConnectedLayer.cpp49 const unsigned int kernel_height = weights->dimension(1); in calculate_shapes() local
114 const unsigned int kernel_height = weights->dimension(1); in validate() local
162 const unsigned int kernel_height = weights->info()->dimension(1); in configure() local
/external/XNNPACK/test/
Ddwconv2d-microkernel-tester.h103 inline DWConv2DMicrokernelTester& kernel_height(uint32_t kernel_height) { in kernel_height() function
109 inline uint32_t kernel_height() const { in kernel_height() function
Dconv-hwc2chw-microkernel-tester.h168 inline ConvHWC2CHWMicrokernelTester& kernel_height(uint32_t kernel_height) { in kernel_height() argument
174 inline uint32_t kernel_height() const { in kernel_height() function
Dconv-hwc-microkernel-tester.h168 inline ConvHWCMicrokernelTester& kernel_height(uint32_t kernel_height) { in kernel_height() argument
174 inline uint32_t kernel_height() const { in kernel_height() function
Dsubgraph-tester.h78 uint32_t kernel_height, uint32_t kernel_width, in add_conv()
101 uint32_t kernel_height, uint32_t kernel_width, in add_depthwise_conv()
Ddeconvolution-nhwc.cc575 for (size_t kernel_height = 1; kernel_height <= 4; kernel_height *= 2) { in TEST() local
865 for (size_t kernel_height = 1; kernel_height <= 4; kernel_height *= 2) { in TEST() local
1174 for (size_t kernel_height = 1; kernel_height <= 4; kernel_height *= 2) { in TEST() local
1484 for (size_t kernel_height = 1; kernel_height <= 4; kernel_height *= 2) { in TEST() local
1856 for (size_t kernel_height = 2; kernel_height <= 5; kernel_height++) { in TEST() local
2134 for (size_t kernel_height = 2; kernel_height <= 5; kernel_height++) { in TEST() local
2429 for (size_t kernel_height = 2; kernel_height <= 5; kernel_height++) { in TEST() local
2725 for (size_t kernel_height = 2; kernel_height <= 5; kernel_height++) { in TEST() local
3082 for (size_t kernel_height = 3; kernel_height <= 5; kernel_height++) { in TEST() local
3272 for (size_t kernel_height = 3; kernel_height <= 5; kernel_height++) { in TEST() local
[all …]
/external/XNNPACK/src/operators/
Dconvolution-nhwc.c68 uint32_t kernel_height, in create_convolution2d_nhwc()
484 uint32_t kernel_height, in xnn_create_convolution2d_nhwc_qu8()
600 uint32_t kernel_height, in xnn_create_convolution2d_nhwc_qs8()
711 uint32_t kernel_height, in xnn_create_convolution2d_nhwc_qc8()
830 uint32_t kernel_height, in xnn_create_convolution2d_nhwc_f16()
940 uint32_t kernel_height, in xnn_create_convolution2d_nhwc_f32()
1203 const size_t kernel_height = convolution_op->kernel_height; in setup_convolution2d_nhwc() local
1359 const size_t kernel_height = convolution_op->kernel_height; in setup_convolution2d_nhwc() local
Ddeconvolution-nhwc.c45 uint32_t kernel_height, in create_deconvolution2d_nhwc()
279 uint32_t kernel_height, in xnn_create_deconvolution2d_nhwc_qs8()
373 uint32_t kernel_height, in xnn_create_deconvolution2d_nhwc_qu8()
469 uint32_t kernel_height, in xnn_create_deconvolution2d_nhwc_f32()
564 const size_t kernel_height = deconvolution_op->kernel_height; in setup_conv_path() local
688 const size_t kernel_height = deconvolution_op->kernel_height; in setup_subconv2d_path() 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/XNNPACK/bench/
Dconvolution.cc45 const size_t kernel_height = state.range(3); in xnnpack_convolution_qu8() local
165 const size_t kernel_height = state.range(3); in xnnpack_convolution_qs8() local
288 const size_t kernel_height = state.range(3); in xnnpack_convolution_f16() local
404 const size_t kernel_height = state.range(3); in xnnpack_convolution_f32() local
519 const size_t kernel_height = state.range(3); in tflite_convolution_f32() local
737 const size_t kernel_height = state.range(3); in compare_with_convolution_f32_reference_output() local
831 const size_t kernel_height = state.range(3); in armcl_convolution_f32() local
Ddeconvolution.cc32 const size_t kernel_height = state.range(3); in xnnpack_deconvolution_qu8() local
151 const size_t kernel_height = state.range(3); in xnnpack_deconvolution_f32() local
268 const size_t kernel_height = state.range(3); in tflite_deconvolution_f32() local
/external/XNNPACK/src/
Dim2col.c16 size_t kernel_height, in xnn_im2col_conv2d()
Dindirection.c32 const size_t kernel_height = op->kernel_height; in xnn_indirection_init_conv2d() local
92 const size_t kernel_height = op->kernel_height; in xnn_indirection_init_deconv2d() local
148 const size_t kernel_height = op->kernel_height; in xnn_indirection_init_subconv2d() local
213 const size_t kernel_height = op->kernel_height; in xnn_indirection_init_dwconv2d() local
/external/ComputeLibrary/src/core/NEON/kernels/assembly/
Dconvolution_parameters.hpp54 int64_t kernel_height; member
/external/ComputeLibrary/src/core/
DUtils.cpp368 const unsigned int kernel_height = weights_shape[height_idx]; in calculate_same_pad() local
400 … unsigned int kernel_width, unsigned int kernel_height, in deconvolution_output_dimensions()
420 int kernel_width, int kernel_height, in scaled_dimensions()
/external/ComputeLibrary/src/graph/nodes/
DDeconvolutionLayerNode.cpp57 …const unsigned int kernel_height = get_dimension_size(weights_descriptor, DataLayoutDimension::HEI… in compute_output_descriptor() local
DDepthwiseConvolutionLayerNode.cpp85 …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
DConvolutionLayerNode.cpp96 …const unsigned int kernel_height = get_dimension_size(weights_descriptor, DataLayoutDimension::HEI… in compute_output_descriptor() local
DFusedConvolutionBatchNormalizationNode.cpp101 …const unsigned int kernel_height = get_dimension_size(weights_descriptor, DataLayoutDimension::HEI… in compute_output_descriptor() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNEIm2ColKernel.cpp102 int kernel_height, in linearize_volume_nchw()
200 int kernel_height, in linearize_volume_nhwc()
/external/ComputeLibrary/src/runtime/GLES_COMPUTE/functions/
DGCConvolutionLayer.cpp132 const unsigned int kernel_height = weights->info()->dimension(1); in configure() local

123