|
type(linearactivation) function, public | fnn_activation_linear::construct_linear_activation (self_size, batch_size) |
| Constructor for class linearactivation. More...
|
|
subroutine | fnn_activation_linear::linear_tofile (self, unit_num) |
| Implements linearactivation::tofile. More...
|
|
subroutine | fnn_activation_linear::linear_apply_forward (self, member, z, y) |
| Implements linearactivation::apply_forward. More...
|
|
subroutine | fnn_activation_linear::linear_apply_tangent_linear (self, member, dz, dy) |
| Implements linearactivation::apply_tangent_linear. More...
|
|
subroutine | fnn_activation_linear::linear_apply_adjoint (self, member, dy, dz) |
| Implements linearactivation::apply_adjoint. More...
|
|