SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma::ModelFactory Class Reference

#include <ma_model_factory.h>

Collaboration diagram for ma::ModelFactory:

Static Public Member Functions

static Modelcreate (Engine *engine, size_t algorithm_id=0)
 
static ma_err_t remove (Model *model)
 

Member Function Documentation

◆ create()

Model * ma::ModelFactory::create ( Engine engine,
size_t  algorithm_id = 0 
)
static
Here is the call graph for this function:

◆ remove()

ma_err_t ma::ModelFactory::remove ( Model model)
static
Here is the caller graph for this function: