Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(double_precision_string_t), | intent(in) | :: | lines(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_t), | intent(in) | :: | modelName | |||
type(string_t), | intent(in) | :: | modelAuthor | |||
type(string_t), | intent(in) | :: | compilationDate | |||
type(string_t), | intent(in) | :: | activationFunction | |||
type(string_t), | intent(in) | :: | usingSkipConnections |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_t), | intent(in) | :: | lines(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(metadata_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(metadata_t), | intent(in) | :: | lhs | |||
class(metadata_t), | intent(in) | :: | rhs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(metadata_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(metadata_t), | intent(in) | :: | self |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(string_t), | private | :: | activationFunction_ | ||||
type(string_t), | private | :: | compilationDate_ | ||||
type(string_t), | private | :: | modelAuthor_ | ||||
type(string_t), | private | :: | modelName_ | ||||
type(string_t), | private | :: | usingSkipConnections_ |
private pure, module function double_precision_from_json (lines) | |
private pure, module function from_components (modelName, modelAuthor, compilationDate, activationFunction, usingSkipConnections) | |
private pure, module function from_json (lines) |
procedure, public :: activation_name | |
generic, public :: operator(==) => equals | |
procedure, public :: strings | |
procedure, public :: to_json | |
procedure, private :: equals |