SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
config.hpp File Reference
#include <string>
#include "core/ma_core.h"
#include "porting/ma_porting.h"
#include "resource.hpp"
Include dependency graph for config.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
 

Functions

void ma::server::callback::setScoreThreshold (const std::vector< std::string > &argv, Transport &transport, Encoder &encoder)
 
void ma::server::callback::setNMSThreshold (const std::vector< std::string > &argv, Transport &transport, Encoder &encoder)
 
void ma::server::callback::getScoreThreshold (const std::vector< std::string > &argv, Transport &transport, Encoder &encoder)
 
void ma::server::callback::getNMSThreshold (const std::vector< std::string > &argv, Transport &transport, Encoder &encoder)