Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_q7_to_q15_with_offset.c42 void arm_q7_to_q15_with_offset(const int8_t *src, int16_t *dst, int32_t block_size, int16_t offset) in arm_q7_to_q15_with_offset() function
DCMakeLists.txt23 arm_q7_to_q15_with_offset.c
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_convolve_s4.c212 arm_q7_to_q15_with_offset( in arm_convolve_s4()
Darm_convolve_s8.c193 arm_q7_to_q15_with_offset( in arm_convolve_s8()
Darm_depthwise_conv_s8_opt.c253arm_q7_to_q15_with_offset((int8_t *)input + (idx_y * input_x + idx_x) * input_ch, in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_s4_opt.c295arm_q7_to_q15_with_offset((int8_t *)input + (idx_y * input_x + idx_x) * input_ch, in arm_depthwise_conv_s4_opt()
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h157 void arm_q7_to_q15_with_offset(const int8_t *src, int16_t *dst, int32_t block_size, int16_t offset);