SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
#include <ma_executor.hpp>
Public Member Functions | |
Executor (std::size_t stack_size=MA_SEVER_AT_EXECUTOR_STACK_SIZE, std::size_t priority=MA_SEVER_AT_EXECUTOR_TASK_PRIO) | |
~Executor () | |
template<typename Callable > | |
void | submit (Callable &&callable) |
void | cancel () |
Protected Member Functions | |
void | run () |
Static Protected Member Functions | |
static void | c_run (void *this_pointer) |
|
inline |
|
inline |
|
inlinestaticprotected |
|
inline |
|
inlineprotected |
|
inline |