| 
    SHL 2.2.x
    
   | 
 
#include <csinn_data_structure.h>
Public Attributes | |
| struct csinn_params_base | base | 
| int32_t | l_order | 
| int32_t | r_order | 
| int32_t | l_stride | 
| int32_t | r_stride | 
| int32_t | unavailable_frames | 
CSI-NN fsmn params
| struct csinn_params_base csinn_fsmn_params::base | 
The basic information of the operator
| int32_t csinn_fsmn_params::l_order | 
Number of frames in the past (l_order-1)
| int32_t csinn_fsmn_params::r_order | 
The number of future frames to be computed
| int32_t csinn_fsmn_params::l_stride | 
The sampling frequency of past frames involved in the calculation
| int32_t csinn_fsmn_params::r_stride | 
The sampling frequency of future frames involved in the calculation
| int32_t csinn_fsmn_params::unavailable_frames | 
The number of invalid frames