Searched refs:p_out (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/SoftmaxFunctions/ |
| D | arm_softmax_with_batch_q7.c | 62 …x_with_batch_q7(const q7_t *vec_in, const uint16_t nb_batches, const uint16_t dim_vec, q7_t *p_out) in arm_softmax_with_batch_q7() argument 66 arm_softmax_q7(vec_in, dim_vec, p_out); in arm_softmax_with_batch_q7() 68 p_out += dim_vec; in arm_softmax_with_batch_q7()
|
| D | arm_softmax_q15.c | 61 void arm_softmax_q15(const q15_t *vec_in, const uint16_t dim_vec, q15_t *p_out) in arm_softmax_q15() argument 107 p_out[i] = (q15_t)__SSAT((output_base >> shift), 16); in arm_softmax_q15() 111 p_out[i] = 0; in arm_softmax_q15()
|
| D | arm_softmax_q7.c | 61 void arm_softmax_q7(const q7_t *vec_in, const uint16_t dim_vec, q7_t *p_out) in arm_softmax_q7() argument 101 p_out[i] = (q7_t)__SSAT((output_base >> shift), 8); in arm_softmax_q7()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/ |
| D | arm_nnfunctions.h | 1709 void arm_softmax_q7(const q7_t *vec_in, const uint16_t dim_vec, q7_t *p_out); 1724 …_with_batch_q7(const q7_t *vec_in, const uint16_t nb_batches, const uint16_t dim_vec, q7_t *p_out); 1737 void arm_softmax_q15(const q15_t *vec_in, const uint16_t dim_vec, q15_t *p_out);
|