SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
#include <cstddef>
#include <cstdint>
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) |