AIfES 2  2.0.0
ailayer_batch_norm_f32 Struct Reference

Data-type specific Batch Normalization layer struct for F32 . More...

#include <ailayer_batch_normalization_default.h>

Data Fields

ailayer_batch_norm_t base
 Inherited field members from general layer struct.
 
aiscalar_f32_t momentum
 Storage for ailayer_batch_norm.momentum scalar in F32.
 
aiscalar_f32_t eps
 Storage for ailayer_batch_norm.eps scalar in F32.
 

Detailed Description

Data-type specific Batch Normalization layer struct for F32 .

Adds data fields for the momentum and epsilon value in F32 to the base implementation.


The documentation for this struct was generated from the following file: