Searched refs: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() local68 …const size_t output_height = (input_height + padding_height - effective_kernel_height) / subsampli… in xnnpack_convolution_qu8()183 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_convolution_qs8() local189 …const size_t output_height = (input_height + padding_height - effective_kernel_height) / subsampli… in xnnpack_convolution_qs8()305 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_convolution_f16() local311 …const size_t output_height = (input_height + padding_height - effective_kernel_height) / subsampli… in xnnpack_convolution_f16()420 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_convolution_f32() local426 …const size_t output_height = (input_height + padding_height - effective_kernel_height) / subsampli… in xnnpack_convolution_f32()543 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in tflite_convolution_f32() local547 …if (padding_width == (effective_kernel_width - 1) && padding_height == (effective_kernel_height - … in tflite_convolution_f32()[all …]
50 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in Im2ColGEMMBenchmark() local54 …const size_t output_height = (input_height + padding_height - effective_kernel_height) / subsampli… in Im2ColGEMMBenchmark()
49 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_deconvolution_qu8() local55 …put_height = std::max(stride * (input_height - 1) + adjustment + effective_kernel_height, padding)… in xnnpack_deconvolution_qu8()167 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_deconvolution_f32() local173 …put_height = std::max(stride * (input_height - 1) + adjustment + effective_kernel_height, padding)… in xnnpack_deconvolution_f32()
59 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in IGEMMBenchmark() local63 …const size_t output_height = (input_height + padding_height - effective_kernel_height) / subsampli… in IGEMMBenchmark()
63 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in DWConvBenchmark() local67 …const size_t output_height = (input_height + padding_height - effective_kernel_height) / subsampli… in DWConvBenchmark()
55 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in DWConvBenchmark() local59 …const size_t output_height = (input_height + padding_height - effective_kernel_height) / subsampli… in DWConvBenchmark()
53 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in IGEMMBenchmark() local57 …const size_t output_height = (input_height + padding_height - effective_kernel_height) / subsampli… in IGEMMBenchmark()
74 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in DWConv2DBenchmark() local76 …const size_t output_height = (input_height + padding_height - effective_kernel_height) / subsampli… in DWConv2DBenchmark()
236 …const uint32_t effective_kernel_height = (max_pooling_op->kernel_height - 1) * max_pooling_op->dil… in setup_max_pooling2d_nhwc() local239 …pooling_op->output_height - 1) * max_pooling_op->stride_height + effective_kernel_height, input_he… in setup_max_pooling2d_nhwc()
817 …const uint32_t effective_kernel_height = (convolution_op->kernel_height - 1) * convolution_op->dil… in setup_convolution2d_nhwc() local820 …(convolution_op->output_height - 1) * convolution_op->stride_height + effective_kernel_height - in… in setup_convolution2d_nhwc()