SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
#include <invoke.hpp>
Public Member Functions | |
std::shared_ptr< Invoke > | getptr () |
~Invoke () | |
void | run () |
Static Public Member Functions | |
static std::shared_ptr< Invoke > | create (const std::vector< std::string > &args, Transport &transport, Encoder &encoder, size_t task_id) |
Protected Member Functions | |
Invoke (const std::vector< std::string > &args, Transport &transport, Encoder &encoder, size_t task_id) | |
|
inline |
|
inlineprotected |
|
inlinestatic |
|
inline |
|
inline |