Searched defs:effective_kernel_height (Results 1 – 11 of 11) sorted by relevance
62 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_convolution_qu8() local183 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_convolution_qs8() local305 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_convolution_f16() local420 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_convolution_f32() local543 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in tflite_convolution_f32() local747 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in compare_with_convolution_f32_reference_output() local841 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in armcl_convolution_f32() local
49 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_deconvolution_qu8() local167 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_deconvolution_f32() local
50 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in Im2ColGEMMBenchmark() local
58 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in IGEMMBenchmark() local
64 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in DWConvBenchmark() local
56 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in DWConvBenchmark() local
55 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in IGEMMBenchmark() local185 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in IGEMMBenchmark() local
58 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in DWConvBenchmark() local
74 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in DWConv2DBenchmark() local
238 …const uint32_t effective_kernel_height = (max_pooling_op->kernel_height - 1) * max_pooling_op->dil… in setup_max_pooling2d_nhwc() local
1087 …const uint32_t effective_kernel_height = (convolution_op->kernel_height - 1) * convolution_op->dil… in setup_convolution2d_nhwc() local