Home
last modified time | relevance | path

Searched defs:effective_kernel_width (Results 1 – 10 of 10) sorted by relevance

/external/XNNPACK/bench/
Dconvolution.cc63 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in xnnpack_convolution_qu8() local
184 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in xnnpack_convolution_qs8() local
306 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in xnnpack_convolution_f16() local
421 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in xnnpack_convolution_f32() local
544 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in tflite_convolution_f32() local
748 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in compare_with_convolution_f32_reference_output() local
842 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in armcl_convolution_f32() local
Ddeconvolution.cc50 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in xnnpack_deconvolution_qu8() local
168 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in xnnpack_deconvolution_f32() local
Df32-im2col-gemm.cc51 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in Im2ColGEMMBenchmark() local
Df16-igemm.cc60 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in IGEMMBenchmark() local
Df16-dwconv.cc64 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in DWConvBenchmark() local
Df32-dwconv.cc56 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in DWConvBenchmark() local
Df32-igemm.cc54 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in IGEMMBenchmark() local
Df32-dwconv2d-chw.cc75 const size_t effective_kernel_width = (kernel_width - 1) * dilation + 1; in DWConv2DBenchmark() local
/external/XNNPACK/src/operators/
Dmax-pooling-nhwc.c237 …const uint32_t effective_kernel_width = (max_pooling_op->kernel_width - 1) * max_pooling_op->dilat… in setup_max_pooling2d_nhwc() local
Dconvolution-nhwc.c818 …const uint32_t effective_kernel_width = (convolution_op->kernel_width - 1) * convolution_op->dilat… in setup_convolution2d_nhwc() local