Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c138 const int32_t block_offset = i_ch * CH_IN_BLOCK_MVE; in arm_depthwise_conv_s8_opt() local
142 kernel + block_offset, in arm_depthwise_conv_s8_opt()
146 output_shift + block_offset, in arm_depthwise_conv_s8_opt()
147 output_mult + block_offset, in arm_depthwise_conv_s8_opt()
152 bias + block_offset, in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_s4_opt.c139 const int32_t block_offset = i_ch * S4_CH_IN_BLOCK_MVE; in arm_depthwise_conv_s4_opt() local
142 kernel + (block_offset >> 1), in arm_depthwise_conv_s4_opt()
146 output_shift + block_offset, in arm_depthwise_conv_s4_opt()
147 output_mult + block_offset, in arm_depthwise_conv_s4_opt()
152 bias + block_offset, in arm_depthwise_conv_s4_opt()