Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_convolve_s8.c115 const int32_t input_x_rshifted = input_x >> x_rshift; in arm_convolve_s8() local
179 … (k_y_rshifted * input_x_rshifted + k_x_rshifted) * input_ch, in arm_convolve_s8()
389 input_data += (input_x_rshifted * input_y_rshifted * input_ch); in arm_convolve_s8()