CMSIS-NN  
CMSIS NN Software Library
 
Loading...
Searching...
No Matches
arm_softmax_f16.c File Reference

Functions

arm_cmsis_nn_status arm_softmax_f16 (const float16_t *input, int32_t num_rows, int32_t row_size, float16_t *output)
 Softmax using the float-native API signature.
 
void arm_nn_softmax_1x2_f16 (const float16_t in[2], float16_t out[2])
 Specialized softmax helper for a single float32 row of length 2.