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

Functions

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