SHL 2.2.x
Loading...
Searching...
No Matches
csinn_params_base Struct Reference

#include <csinn_data_structure.h>

Public Attributes

struct csinn_callbackcb
 
char * name
 
int32_t layout
 
int32_t api
 
enum csinn_quant_enum quant_type
 
struct csinn_sessionsess
 

Detailed Description

CSI-NN params base

Member Data Documentation

◆ cb

struct csinn_callback* csinn_params_base::cb

The callback function pointing to the operator

◆ name

char* csinn_params_base::name

The name of the operator

◆ layout

int32_t csinn_params_base::layout

The data layout that is suitable for calculation

◆ api

int32_t csinn_params_base::api

Tag different platform interfaces

◆ quant_type

enum csinn_quant_enum csinn_params_base::quant_type

The quantization type of the operator

◆ sess

struct csinn_session* csinn_params_base::sess

Indicates the data structure of the current session