SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma_math_vectors.h File Reference
#include <cstdint>
#include <cstddef>
Include dependency graph for ma_math_vectors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ma
 
 ma::math
 

Functions

void ma::math::softmax (float *data, size_t size)
 
void ma::math::fastSoftmax (float *data, size_t size)