Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_transpose_conv_s8.c106 int32_t *img_buf_ptr = img_buf; in arm_transpose_conv_s8() local
112 … arm_memset_s8((int8_t *)img_buf_ptr, 0, output_x * output_y * output_ch * sizeof(int32_t)); in arm_transpose_conv_s8()
146 int32_t *img_data = img_buf_ptr; in arm_transpose_conv_s8()
175 img_data = img_buf_ptr; in arm_transpose_conv_s8()