|
SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
Macros | |
| #define | LARGE 1000000 |
| #define | SWAP_INDICES(a, b) |
| #define | NEW(x, t, n) |
| #define | FREE(x) |
Functions | |
| int | _ccrrt_dense (const unsigned int n, double *cost[], int *free_rows, int *x, int *y, double *v) |
| int | _carr_dense (const unsigned int n, double *cost[], const unsigned int n_free_rows, int *free_rows, int *x, int *y, double *v) |
| unsigned int | _find_dense (const unsigned int n, unsigned int lo, double *d, int *cols, int *y) |
| int | _scan_dense (const unsigned int n, double *cost[], unsigned int *plo, unsigned int *phi, double *d, int *cols, int *pred, int *y, double *v) |
| int | find_path_dense (const unsigned int n, double *cost[], const int start_i, int *y, double *v, int *pred) |
| int | _ca_dense (const unsigned int n, double *cost[], const unsigned int n_free_rows, int *free_rows, int *x, int *y, double *v) |
| int | lapjv_internal (const unsigned int n, double *cost[], int *x, int *y) |
| #define FREE | ( | x | ) |
| #define LARGE 1000000 |
| #define NEW | ( | x, | |
| t, | |||
| n | |||
| ) |
| #define SWAP_INDICES | ( | a, | |
| b | |||
| ) |
| int _ca_dense | ( | const unsigned int | n, |
| double * | cost[], | ||
| const unsigned int | n_free_rows, | ||
| int * | free_rows, | ||
| int * | x, | ||
| int * | y, | ||
| double * | v | ||
| ) |
| int _carr_dense | ( | const unsigned int | n, |
| double * | cost[], | ||
| const unsigned int | n_free_rows, | ||
| int * | free_rows, | ||
| int * | x, | ||
| int * | y, | ||
| double * | v | ||
| ) |
| int _ccrrt_dense | ( | const unsigned int | n, |
| double * | cost[], | ||
| int * | free_rows, | ||
| int * | x, | ||
| int * | y, | ||
| double * | v | ||
| ) |
| unsigned int _find_dense | ( | const unsigned int | n, |
| unsigned int | lo, | ||
| double * | d, | ||
| int * | cols, | ||
| int * | y | ||
| ) |
| int _scan_dense | ( | const unsigned int | n, |
| double * | cost[], | ||
| unsigned int * | plo, | ||
| unsigned int * | phi, | ||
| double * | d, | ||
| int * | cols, | ||
| int * | pred, | ||
| int * | y, | ||
| double * | v | ||
| ) |
| int find_path_dense | ( | const unsigned int | n, |
| double * | cost[], | ||
| const int | start_i, | ||
| int * | y, | ||
| double * | v, | ||
| int * | pred | ||
| ) |
| int lapjv_internal | ( | const unsigned int | n, |
| double * | cost[], | ||
| int * | x, | ||
| int * | y | ||
| ) |