| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(input_output_pair_t), | intent(in) | :: | input_output_pairs(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(input_output_pair_t(double_precision)), | intent(in) | :: | input_output_pairs(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(mini_batch_t), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(mini_batch_t(double_precision)), | intent(in) | :: | self |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | kind | :: | k | = | default_real | |
| type(input_output_pair_t(k)), | private, | allocatable | :: | input_output_pairs_(:) |
| private pure, module function default_real_construct (input_output_pairs) | |
| private pure, module function double_precision_construct (input_output_pairs) |
| procedure, public, non_overridable :: default_real_input_output_pairs | |
| procedure, public, non_overridable :: double_precision_input_output_pairs | |
| generic, public :: input_output_pairs => default_real_input_output_pairs, double_precision_input_output_pairs |