SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma::Model Member List

This is the complete list of members for ma::Model, including all inherited members.

getConfig(ma_model_cfg_opt_t opt,...)=0ma::Modelpure virtual
getInput()=0ma::Modelpure virtual
getInputType() constma::Model
getName() constma::Model
getOutputType() constma::Model
getPerf() constma::Model
getType() constma::Model
Model(Engine *engine, const char *name, uint16_t type)ma::Model
p_engine_ma::Modelprotected
p_name_ma::Modelprotected
postprocess()=0ma::Modelprotectedpure virtual
preprocess()=0ma::Modelprotectedpure virtual
setConfig(ma_model_cfg_opt_t opt,...)=0ma::Modelpure virtual
setPostprocessDone(std::function< void(void *)> func)ma::Model
setPreprocessDone(std::function< void(void *)> func)ma::Model
setRunDone(std::function< void(void *)> func)ma::Model
setUserCtx(void *ctx)ma::Model
underlyingRun()ma::Modelprotected
~Model()ma::Modelvirtual