Searched defs:effective_kernel_width (Results 1 – 13 of 13) sorted by relevance
56 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in xnnpack_convolution_qu8() local177 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in xnnpack_convolution_qs8() local299 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in xnnpack_convolution_f16() local414 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in xnnpack_convolution_f32() local537 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in tflite_convolution_f32() local
52 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in xnnpack_deconvolution_qu8() local170 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in xnnpack_deconvolution_f32() local
55 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in Im2ColGEMMBenchmark() local
67 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in f16_dwconv() local
61 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in f16_igemm() local
58 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in f32_igemm() local188 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in f32_igemm() local
79 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in f16_dwconv2d_chw() local
59 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in f32_dwconv() local
61 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in DWConvBenchmark() local
77 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in f32_dwconv2d_chw() local
250 …const uint32_t effective_kernel_width = (max_pooling_op->kernel_width - 1) * max_pooling_op->dilat… in setup_max_pooling2d_nhwc() local
1393 …const uint32_t effective_kernel_width = (convolution_op->kernel_width - 1) * convolution_op->dilat… in setup_convolution2d_nhwc() local
867 const int effective_kernel_width = (kernel_width - 1) * dilation_width + 1; in CalculateTransposeConvPaddings() local