CMSIS-NN  
CMSIS NN Software Library
cmsis_nn_layer_norm Struct Reference

Data Fields

int16_t * input_weight
 
int16_t * forget_weight
 
int16_t * cell_weight
 
int16_t * output_weight
 

Description

CMSIS-NN norm layer coefficients

Field Documentation

◆ cell_weight

int16_t* cell_weight

◆ forget_weight

int16_t* forget_weight

◆ input_weight

int16_t* input_weight

◆ output_weight

int16_t* output_weight