SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Functions
tm_model.c File Reference
#include "tinymaix.h"
Include dependency graph for tm_model.c:

Functions

tm_err_t TM_WEAK tm_load (tm_mdl_t *mdl, const uint8_t *bin, uint8_t *buf, tm_cb_t cb, tm_mat_t *in)
 
void TM_WEAK tm_unload (tm_mdl_t *mdl)
 
tm_err_t TM_WEAK tm_preprocess (tm_mdl_t *mdl, tm_pp_t pp_type, tm_mat_t *in, tm_mat_t *out)
 
tm_err_t TM_WEAK tm_run (tm_mdl_t *mdl, tm_mat_t *in, tm_mat_t *out)
 

Function Documentation

◆ tm_load()

tm_err_t TM_WEAK tm_load ( tm_mdl_t mdl,
const uint8_t bin,
uint8_t buf,
tm_cb_t  cb,
tm_mat_t in 
)

◆ tm_preprocess()

tm_err_t TM_WEAK tm_preprocess ( tm_mdl_t mdl,
tm_pp_t  pp_type,
tm_mat_t in,
tm_mat_t out 
)

◆ tm_run()

tm_err_t TM_WEAK tm_run ( tm_mdl_t mdl,
tm_mat_t in,
tm_mat_t out 
)

◆ tm_unload()

void TM_WEAK tm_unload ( tm_mdl_t mdl)