|
SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
#include <algorithm>#include <memory>#include <string>#include <vector>#include <forward_list>#include "core/ma_core.h"#include "core/ma_debug.h"#include "core/utils/ma_base64.h"#include "porting/ma_porting.h"#include "resource.hpp"#include "server/at/codec/ma_codec.h"Go to the source code of this file.
Classes | |
| struct | ma::TriggerRule |
Namespaces | |
| ma | |
Functions | |
| ma_err_t | ma::setAlgorithmInput (Model *algorithm, ma_img_t &img) |
| ma_err_t | ma::serializeAlgorithmOutput (Model *algorithm, Encoder *encoder, int width, int height) |
Variables | |
| std::forward_list< std::shared_ptr< TriggerRule > > | ma::trigger_rules |
| ma::Mutex | ma::trigger_rules_mutex |