|
SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
#include <atomic>#include <functional>#include <memory>#include <queue>#include <string>#include <utility>#include "../ma_common.h"#include "porting/ma_osal.h"Go to the source code of this file.
Classes | |
| class | ma::Executor |
Namespaces | |
| ma | |
Typedefs | |
| typedef std::function< void(std::atomic< bool > &)> | ma::task_t |