Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tensor_t), | intent(in) | :: | inputs | |||
type(tensor_t), | intent(in) | :: | expected_outputs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tensor_t(double_precision)), | intent(in) | :: | inputs | |||
type(tensor_t(double_precision)), | intent(in) | :: | expected_outputs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(input_output_pair_t), | intent(inout) | :: | pairs(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(input_output_pair_t(double_precision)), | intent(inout) | :: | pairs(:) |
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(input_output_pair_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(input_output_pair_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(input_output_pair_t(double_precision)), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(input_output_pair_t(double_precision)), | intent(in) | :: | self |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | kind | :: | k | = | default_real | |
type(tensor_t(k)), | private | :: | expected_outputs_ | ||||
type(tensor_t(k)), | private | :: | inputs_ |
private elemental, module function default_real_construct (inputs, expected_outputs) | |
private elemental, module function double_precision_construct (inputs, expected_outputs) |
generic, public :: expected_outputs => default_real_expected_outputs, double_precision_expected_outputs | |
generic, public :: inputs => default_real_inputs, double_precision_inputs | |
procedure, private, non_overridable :: default_real_expected_outputs | |
procedure, private, non_overridable :: default_real_inputs | |
procedure, private, non_overridable :: double_precision_expected_outputs | |
procedure, private, non_overridable :: double_precision_inputs |