Home
last modified time | relevance | path

Searched refs:x_rshift (Results 1 – 1 of 1) sorted by relevance

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_convolve_s8.c107 uint32_t x_rshift = 0; in arm_convolve_s8() local
112 x_rshift = upscale_dims->w == 2 ? 1 : 0; in arm_convolve_s8()
115 const int32_t input_x_rshifted = input_x >> x_rshift; in arm_convolve_s8()
152 if (y_rshift == 1 || x_rshift == 1) in arm_convolve_s8()
174 … if ((k_x >= 0 && k_x < input_x) && ((k_x % 2 == 0) || x_rshift == 0)) in arm_convolve_s8()
176 const int32_t k_x_rshifted = k_x >> x_rshift; in arm_convolve_s8()