Read the message passing layer
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(duvenaud_msgpass_layer_type), | intent(inout) | :: | this |
Instance of the message passing layer |
||
| integer, | intent(in) | :: | unit |
Unit to read from |
||
| integer, | intent(in), | optional | :: | verbose |
Verbosity level |
subroutine read_duvenaud(this, unit, verbose) !! Read the message passing layer implicit none ! Arguments class(duvenaud_msgpass_layer_type), intent(inout) :: this !! Instance of the message passing layer integer, intent(in) :: unit !! Unit to read from integer, optional, intent(in) :: verbose !! Verbosity level end subroutine read_duvenaud