Home
last modified time | relevance | path

Searched defs:out (Results 1 – 11 of 11) sorted by relevance

/cmsis-nn-3.6.0-3.5.0/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_padded_s8.c68 int8_t *out) in arm_nn_depthwise_conv_nt_t_padded_s8()
Darm_nn_depthwise_conv_nt_t_s8.c59 int8_t *out) in arm_nn_depthwise_conv_nt_t_s8()
Darm_nn_depthwise_conv_nt_t_s16.c56 int16_t *out) in arm_nn_depthwise_conv_nt_t_s16()
/cmsis-nn-3.6.0-3.5.0/Source/ConvolutionFunctions/
Darm_nn_depthwise_conv_s8_core.c50 int8_t *out) in arm_nn_depthwise_conv_s8_core()
Darm_nn_mat_mult_s8.c52 int8_t *out) in arm_nn_mat_mult_s8()
Darm_convolve_s8.c108 int8_t *out = output_data; in arm_convolve_s8() local
Darm_convolve_fast_s16.c101 int16_t *out = output_data; in arm_convolve_fast_s16() local
Darm_depthwise_conv_s8_opt.c99 int8_t *out = output; in arm_depthwise_conv_s8_opt() local
Darm_depthwise_conv_fast_s16.c103 int16_t *out = output; in arm_depthwise_conv_fast_s16() local
/cmsis-nn-3.6.0-3.5.0/Source/PoolingFunctions/
Darm_avgpool_s16.c107 int16_t *out = &dst[ch_src * (i_x + i_y * output_x)]; in arm_avgpool_s16() local
Darm_avgpool_s8.c108 int8_t *out = &dst[ch_src * (i_x + i_y * output_x)]; in arm_avgpool_s8() local