|
SHL 2.2.x
|
Functions | |
| void * | csinn_alloc_params (int params_size, struct csinn_session *session) |
| Allocate a basic structure common to all operators. More... | |
| void | csinn_free_params (void *params) |
| Release a structure described by an operator parameter. More... | |
| void * csinn_alloc_params | ( | int | params_size, |
| struct csinn_session * | session | ||
| ) |
Allocate a basic structure common to all operators.
| [in] | params_size | Structure size |
| [in] | session | The session to be obtained |
| void csinn_free_params | ( | void * | params | ) |
Release a structure described by an operator parameter.
| [in] | params | Point to the operator parameter description structure to be released |