|
Carotid 0.1.1
|
Functions | |
| bool | carotid_sanity_check (void) |
| carotid_context | carotid_context_create (const uint32_t n_params, carotid_err *err) |
| void | carotid_context_dispose (carotid_context ctx) |
| void | carotid_load_model (carotid_context ctx, const char *model_dir, carotid_err *err) |
| uint32_t | carotid_get_vertex_count (carotid_context ctx) |
| uint32_t | carotid_get_param_count (carotid_context ctx) |
| void | carotid_update_model (carotid_context ctx, const float *params, uint32_t len) |
| void | carotid_get_model (carotid_context ctx, float *model, uint32_t len) |
| void | carotid_get_basemodel (carotid_context ctx, float *model, uint32_t len) |
| carotid_context carotid_context_create | ( | const uint32_t | n_params, |
| carotid_err * | err ) |
| void carotid_context_dispose | ( | carotid_context | ctx | ) |
| void carotid_get_basemodel | ( | carotid_context | ctx, |
| float * | model, | ||
| uint32_t | len ) |
| void carotid_get_model | ( | carotid_context | ctx, |
| float * | model, | ||
| uint32_t | len ) |
| uint32_t carotid_get_param_count | ( | carotid_context | ctx | ) |
| uint32_t carotid_get_vertex_count | ( | carotid_context | ctx | ) |
| void carotid_load_model | ( | carotid_context | ctx, |
| const char * | model_dir, | ||
| carotid_err * | err ) |
| bool carotid_sanity_check | ( | void | ) |
| void carotid_update_model | ( | carotid_context | ctx, |
| const float * | params, | ||
| uint32_t | len ) |