FNN 1.0.0
Toolbox to use NNs in Fortran.
Loading...
Searching...
No Matches
Data Types | Modules | Functions/Subroutines
fnn_layer_normalisation.f90 File Reference

Data Types

type  fnn_layer_normalisation::normalisationlayer
 Implements a normalisation layer. More...
 

Modules

module  fnn_layer_normalisation
 Module dedicated to the class normalisationlayer.
 

Functions/Subroutines

type(normalisationlayer) function, public fnn_layer_normalisation::norm_layer_fromfile (batch_size, unit_num)
 Constructor for class normalisationlayer from a file. More...
 
subroutine fnn_layer_normalisation::norm_tofile (self, unit_num)
 Implements normalisationlayer::tofile. More...
 
subroutine fnn_layer_normalisation::norm_apply_forward (self, train, member, x, y)
 Implements normalisationlayer::apply_forward. More...
 
subroutine fnn_layer_normalisation::norm_apply_tangent_linear (self, member, dp, dx, dy)
 Implements normalisationlayer::apply_tangent_linear. More...
 
subroutine fnn_layer_normalisation::norm_apply_adjoint (self, member, dy, dp, dx)
 Implements normalisationlayer::apply_adjoint. More...