PSOC E8XXGP Device Support Library
cy_nn_layer_norm Struct Reference

Description

CMSIS-NN norm layer coefficients.

Data Fields

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

Field Documentation

◆ input_weight

int16_t* cy_nn_layer_norm::input_weight

◆ forget_weight

int16_t* cy_nn_layer_norm::forget_weight

◆ cell_weight

int16_t* cy_nn_layer_norm::cell_weight

◆ output_weight

int16_t* cy_nn_layer_norm::output_weight