Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=k), | public, | allocatable, dimension(:,:) | :: | a | |||
real(kind=k), | public, | allocatable, dimension(:,:) | :: | dcdb | |||
real(kind=k), | public, | allocatable, dimension(:,:,:) | :: | dcdw | |||
real(kind=k), | public, | allocatable, dimension(:,:) | :: | delta | |||
integer, | public, | kind | :: | k | = | default_real | |
real(kind=k), | public, | allocatable, dimension(:,:) | :: | sdb | |||
real(kind=k), | public, | allocatable, dimension(:,:) | :: | sdbc | |||
real(kind=k), | public, | allocatable, dimension(:,:,:) | :: | sdw | |||
real(kind=k), | public, | allocatable, dimension(:,:,:) | :: | sdwc | |||
real(kind=k), | public, | allocatable, dimension(:,:) | :: | vdb | |||
real(kind=k), | public, | allocatable, dimension(:,:) | :: | vdbc | |||
real(kind=k), | public, | allocatable, dimension(:,:,:) | :: | vdw | |||
real(kind=k), | public, | allocatable, dimension(:,:,:) | :: | vdwc | |||
real(kind=k), | public, | allocatable, dimension(:,:) | :: | z |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(neural_network_t), | intent(in) | :: | neural_network |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(workspace_t), | intent(inout) | :: | self | |||
type(neural_network_t), | intent(in) | :: | neural_network |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(workspace_t), | intent(in) | :: | self |