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(metadata_t), | intent(in) | :: | metadata | |||
double precision, | intent(in) | :: | weights(:,:,:) | |||
double precision, | intent(in) | :: | biases(:,:) | |||
integer, | intent(in) | :: | nodes(0:) | |||
type(tensor_map_t(double_precision)), | intent(in), | optional | :: | input_map | ||
type(tensor_map_t(double_precision)), | intent(in), | optional | :: | output_map |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(double_precision_file_t), | intent(in) | :: | file |