read_duvenaud Subroutine

private subroutine read_duvenaud(this, unit, verbose)

Read the message passing layer

Type Bound

duvenaud_msgpass_layer_type

Arguments

Type IntentOptional 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


Source Code

  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