SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
algorithm.hpp File Reference
#include <string>
#include "core/ma_core.h"
#include "porting/ma_porting.h"
#include "resource.hpp"
Include dependency graph for algorithm.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ MA_STORAGE_KEY_ALGORITHM_ID

#define MA_STORAGE_KEY_ALGORITHM_ID   "ma#algorithm_id"