Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandenplas, Jeremie committed Jun 14, 2024
1 parent 51c1add commit 1dbcb80
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/nf/nf_dense_layer.f90
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ module subroutine init(self, input_shape)
!! Dense layer instance
integer, intent(in) :: input_shape(:)
!! Shape of the input layer

end subroutine init

module subroutine apply_optimizer(self, batch_size)
Expand All @@ -144,8 +143,6 @@ module subroutine set_optimizer(self, optimizer)
class(optimizer_base_type), intent(in), optional :: optimizer

end subroutine set_optimizer


end interface

end module nf_dense_layer
2 changes: 0 additions & 2 deletions src/nf/nf_dense_layer_submodule.f90
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ module subroutine init(self, input_shape)

end subroutine init


module subroutine set_optimizer(self, optimizer)
class(dense_layer), intent(in out) :: self
class(optimizer_base_type), intent(in), optional:: optimizer
Expand Down Expand Up @@ -193,5 +192,4 @@ module subroutine apply_optimizer(self, batch_size)

end subroutine apply_optimizer


end submodule nf_dense_layer_submodule
1 change: 0 additions & 1 deletion src/nf/nf_network.f90
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ module subroutine apply_optimizer(self, batch_size)
integer, intent(in) :: batch_size
end subroutine


end interface

end module nf_network

0 comments on commit 1dbcb80

Please sign in to comment.