|
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...
|
|