CMSIS-NN  
CMSIS NN Software Library
arm_softmax_u8.c File Reference

Macros

#define ACCUM_BITS   12
 

Functions

void arm_softmax_u8 (const uint8_t *input, const int32_t num_rows, const int32_t row_size, const int32_t mult, const int32_t shift, const int32_t diff_min, uint8_t *output)
 U8 softmax function. More...
 

Macro Definition Documentation

◆ ACCUM_BITS

#define ACCUM_BITS   12