ty_tempo_ml_data Derived Type

type, public :: ty_tempo_ml_data


Components

Type Visibility Attributes Name Initial
integer, public :: input_size
integer, public :: output_size
integer, public :: node_size
real(kind=wp), public, dimension(:), allocatable :: transform_mean
real(kind=wp), public, dimension(:), allocatable :: transform_var
real(kind=wp), public, dimension(:,:), allocatable :: weights00
real(kind=wp), public, dimension(:), allocatable :: bias00
real(kind=wp), public, dimension(:,:), allocatable :: weights01
real(kind=wp), public, dimension(:), allocatable :: bias01