Home
last modified time | relevance | path

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

/cmsis-nn-latest/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()
Darm_nn_depthwise_conv_nt_t_s4.c61 int8_t *out) in arm_nn_depthwise_conv_nt_t_s4()
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_convolve_s16.c100 int16_t *out = output_data; in arm_convolve_s16() local
Darm_convolve_s4.c102 int8_t *out = output_data; in arm_convolve_s4() local
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.c129 int8_t *out = output_data + i_group * output_ch_per_group; in arm_convolve_s8() 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
Darm_depthwise_conv_s4_opt.c100 int8_t *out = output; in arm_depthwise_conv_s4_opt() local
/cmsis-nn-latest/Source/PoolingFunctions/
Darm_avgpool_s16.c120 int16_t *out = &dst[ch_src * (i_x + i_y * output_x)]; in arm_avgpool_s16() local
Darm_avgpool_s8.c118 int8_t *out = &dst[ch_src * (i_x + i_y * output_x)]; in arm_avgpool_s8() local
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1094 __STATIC_FORCEINLINE void read_and_pad_s8x2(const int8_t *source, int32_t *out) in read_and_pad_s8x2()
1104 __STATIC_FORCEINLINE void read_pad_and_add_s8x2(const int8_t *source, int32_t *out, const uint32_t … in read_pad_and_add_s8x2()