Lines Matching refs:kernel_height
44 const size_t kernel_height = state.range(3); in xnnpack_convolution_q8() local
61 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_convolution_q8()
72 …std::vector<uint8_t> kernel(groups * group_output_channels * kernel_height * kernel_width * group_… in xnnpack_convolution_q8()
97 kernel_height, kernel_width, in xnnpack_convolution_q8()
154 kernel_height * kernel_width, in xnnpack_convolution_q8()
162 const size_t kernel_height = state.range(3); in xnnpack_convolution_f32() local
178 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_convolution_f32()
189 …std::vector<float> kernel(groups * group_output_channels * kernel_height * kernel_width * group_in… in xnnpack_convolution_f32()
214 kernel_height, kernel_width, in xnnpack_convolution_f32()
268 kernel_height * kernel_width, in xnnpack_convolution_f32()
277 const size_t kernel_height = state.range(3); in tflite_convolution_f32() local
301 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in tflite_convolution_f32()
317 …std::vector<float> kernel(groups * group_output_channels * kernel_height * kernel_width * group_in… in tflite_convolution_f32()
368 static_cast<int32_t>(kernel_height), in tflite_convolution_f32()
475 kernel_height * kernel_width, in tflite_convolution_f32()
491 const size_t kernel_height = state.range(3); in compare_with_convolution_f32_reference_output() local
501 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in compare_with_convolution_f32_reference_output()
511 …assert(kernel_size == group_output_channels * kernel_height * kernel_width * groups * group_input_… in compare_with_convolution_f32_reference_output()
533 for (size_t ky = 0; ky < kernel_height; ky++) { in compare_with_convolution_f32_reference_output()
544 …kernel[(((oc * kernel_height + ky) * kernel_width + kx) * groups + g) * group_input_channels + ic]; in compare_with_convolution_f32_reference_output()
585 const size_t kernel_height = state.range(3); in armcl_convolution_f32() local
595 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in armcl_convolution_f32()
632 /* H */ kernel_height, in armcl_convolution_f32()
710 if (kernel_height == 3 && kernel_width == 3 && subsampling == 2) { in armcl_convolution_f32()
798 kernel_height * kernel_width, in armcl_convolution_f32()