|
SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
Functions | |
| void | softmax2D (float *data, size_t rows, size_t cols) |
| void | fastSoftmax2D (float *data, size_t rows, size_t cols) |
| constexpr float | fastLn (float x) |
| constexpr float | fastExp (float x) |
| constexpr float | sigmoid (float x) |
| constexpr float | fastSigmoid (float x) |
| constexpr float | inverseSigmoid (float x) |
| constexpr int32_t | quantizeValue (float value, float scale, int32_t zero_point) |
| constexpr int32_t | quantizeValueFloor (float value, float scale, int32_t zero_point) |
| constexpr float | dequantizeValue (int32_t value, float scale, int32_t zero_point) |
| void | softmax (float *data, size_t size) |
| void | fastSoftmax (float *data, size_t size) |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
| void ma::math::fastSoftmax | ( | float * | data, |
| size_t | size | ||
| ) |
| void ma::math::fastSoftmax2D | ( | float * | data, |
| size_t | rows, | ||
| size_t | cols | ||
| ) |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
| void ma::math::softmax | ( | float * | data, |
| size_t | size | ||
| ) |
| void ma::math::softmax2D | ( | float * | data, |
| size_t | rows, | ||
| size_t | cols | ||
| ) |