SHL 2.2.x
|
#include <csinn_data_structure.h>
Public Attributes | |
struct csinn_callback * | cb |
char * | name |
int32_t | layout |
int32_t | api |
enum csinn_quant_enum | quant_type |
struct csinn_session * | sess |
CSI-NN params base
struct csinn_callback* csinn_params_base::cb |
The callback function pointing to the operator
char* csinn_params_base::name |
The name of the operator
int32_t csinn_params_base::layout |
The data layout that is suitable for calculation
int32_t csinn_params_base::api |
Tag different platform interfaces
enum csinn_quant_enum csinn_params_base::quant_type |
The quantization type of the operator
struct csinn_session* csinn_params_base::sess |
Indicates the data structure of the current session