Home
last modified time | relevance | path

Searched defs:reduced_multiplier (Results 1 – 7 of 7) sorted by relevance

/cmsis-nn-latest/Source/FullyConnectedFunctions/
Darm_fully_connected_s16.c67 const int32_t reduced_multiplier = REDUCE_MULTIPLIER(quant_params->multiplier); in arm_fully_connected_s16() local
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_nn_mat_mult_kernel_s16.c204 int32_t reduced_multiplier = REDUCE_MULTIPLIER(*out_mult); in arm_nn_mat_mult_kernel_s16() local
331 int32_t reduced_multiplier = REDUCE_MULTIPLIER(*out_mult); in arm_nn_mat_mult_kernel_s16() local
Darm_depthwise_conv_s16.c172 … const int32_t reduced_multiplier = REDUCE_MULTIPLIER(output_mult[idx_out_ch]); in depthwise_conv_s16_generic_s16() local
/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_mat_mult_nt_t_s16.c187 int32_t reduced_multiplier = REDUCE_MULTIPLIER(dst_multipliers[i]); in arm_nn_mat_mult_nt_t_s16() local
327 int32_t reduced_multiplier = REDUCE_MULTIPLIER(dst_multipliers[i]); in arm_nn_mat_mult_nt_t_s16() local
Darm_nn_depthwise_conv_nt_t_s16.c104 int32_t reduced_multiplier = REDUCE_MULTIPLIER(out_mult[i_requantize]); in arm_nn_depthwise_conv_nt_t_s16() local
Darm_nn_vec_mat_mul_result_acc_s16.c60 int32_t reduced_multiplier = REDUCE_MULTIPLIER(dst_multiplier); in arm_nn_vec_mat_mul_result_acc_s16() local
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1426 const int32_t reduced_multiplier, in arm_nn_requantize_s64()