SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
Go to the source code of this file.
Namespaces | |
ma | |
ma::server | |
ma::server::callback | |
Macros | |
#define | MA_STORAGE_KEY_ALGORITHM_ID "ma#algorithm_id" |
Functions | |
void | ma::server::callback::getAvailableAlgorithms (const std::vector< std::string > &argv, Transport &transport, Encoder &encoder) |
void | ma::server::callback::configureAlgorithm (const std::vector< std::string > &argv, Transport &transport, Encoder &encoder, bool called_by_event=false) |
void | ma::server::callback::initDefaultAlgorithm (Encoder &encoder) |
void | ma::server::callback::getAlgorithmInfo (const std::vector< std::string > &argv, Transport &transport, Encoder &encoder) |
#define MA_STORAGE_KEY_ALGORITHM_ID "ma#algorithm_id" |