SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma_math_matrix.h File Reference
#include <cstddef>
#include <cstdint>
Include dependency graph for ma_math_matrix.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::softmax2D (float *data, size_t rows, size_t cols)
 
void ma::math::fastSoftmax2D (float *data, size_t rows, size_t cols)