|
SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
This is the complete list of members for ma::Model, including all inherited members.
| getConfig(ma_model_cfg_opt_t opt,...)=0 | ma::Model | pure virtual |
| getInput()=0 | ma::Model | pure virtual |
| getInputType() const | ma::Model | |
| getName() const | ma::Model | |
| getOutputType() const | ma::Model | |
| getPerf() const | ma::Model | |
| getType() const | ma::Model | |
| Model(Engine *engine, const char *name, uint16_t type) | ma::Model | |
| p_engine_ | ma::Model | protected |
| p_name_ | ma::Model | protected |
| postprocess()=0 | ma::Model | protectedpure virtual |
| preprocess()=0 | ma::Model | protectedpure virtual |
| setConfig(ma_model_cfg_opt_t opt,...)=0 | ma::Model | pure 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::Model | protected |
| ~Model() | ma::Model | virtual |