Home
last modified time | relevance | path

Searched defs:effective_kernel_height (Results 1 – 11 of 11) sorted by relevance

/external/XNNPACK/bench/
Dconvolution.cc62 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_convolution_qu8() local
183 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_convolution_qs8() local
305 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_convolution_f16() local
420 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_convolution_f32() local
543 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in tflite_convolution_f32() local
747 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in compare_with_convolution_f32_reference_output() local
841 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in armcl_convolution_f32() local
Ddeconvolution.cc49 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_deconvolution_qu8() local
167 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in xnnpack_deconvolution_f32() local
Df32-im2col-gemm.cc50 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in Im2ColGEMMBenchmark() local
Df16-igemm.cc58 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in IGEMMBenchmark() local
Df16-dwconv.cc64 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in DWConvBenchmark() local
Df32-dwconv.cc56 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in DWConvBenchmark() local
Df32-igemm.cc55 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in IGEMMBenchmark() local
185 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in IGEMMBenchmark() local
Dqs8-dwconv.cc58 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in DWConvBenchmark() local
Df32-dwconv2d-chw.cc74 const size_t effective_kernel_height = (kernel_height - 1) * dilation + 1; in DWConv2DBenchmark() local
/external/XNNPACK/src/operators/
Dmax-pooling-nhwc.c238 …const uint32_t effective_kernel_height = (max_pooling_op->kernel_height - 1) * max_pooling_op->dil… in setup_max_pooling2d_nhwc() local
Dconvolution-nhwc.c1087 …const uint32_t effective_kernel_height = (convolution_op->kernel_height - 1) * convolution_op->dil… in setup_convolution2d_nhwc() local