Searched defs:effective_kernel_height (Results 1 – 10 of 10) 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
59 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in IGEMMBenchmark() local
63 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 DWConvBenchmark() local
53 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in IGEMMBenchmark() local
74 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in DWConv2DBenchmark() local
236 …const uint32_t effective_kernel_height = (max_pooling_op->kernel_height - 1) * max_pooling_op->dil… in setup_max_pooling2d_nhwc() local
817 …const uint32_t effective_kernel_height = (convolution_op->kernel_height - 1) * convolution_op->dil… in setup_convolution2d_nhwc() local