| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(string_t), | intent(in) | :: | metadata(:) | |||
| real, | intent(in) | :: | weights(:,:,:) | |||
| real, | intent(in) | :: | biases(:,:) | |||
| integer, | intent(in) | :: | nodes(0:) | |||
| type(tensor_map_t), | intent(in), | optional | :: | input_map | ||
| type(tensor_map_t), | intent(in), | optional | :: | output_map |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(file_t), | intent(in) | :: | file |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(neural_network_t), | intent(in) | :: | neural_network |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(training_configuration_t), | intent(in) | :: | training_configuration | |||
| real, | intent(in) | :: | perturbation_magnitude | |||
| type(string_t), | intent(in) | :: | metadata(:) | |||
| type(tensor_map_t) | :: | input_map | ||||
| type(tensor_map_t) | :: | output_map |