double_precision_count_neurons Module Procedure

module procedure double_precision_count_neurons module function double_precision_count_neurons(layer) result(neurons_per_layer_result)

Arguments

Type IntentOptional Attributes Name
class(layer_t(double_precision)), intent(in), target :: layer

Return Value integer, allocatable, (:)


Calls

proc~~double_precision_count_neurons~~CallsGraph proc~double_precision_count_neurons double_precision_count_neurons none~next_allocated neuron_t%next_allocated proc~double_precision_count_neurons->none~next_allocated none~next_pointer neuron_t%next_pointer proc~double_precision_count_neurons->none~next_pointer interface~default_real_next_allocated neuron_t%default_real_next_allocated none~next_allocated->interface~default_real_next_allocated interface~double_precision_next_allocated neuron_t%double_precision_next_allocated none~next_allocated->interface~double_precision_next_allocated interface~default_real_next_pointer neuron_t%default_real_next_pointer none~next_pointer->interface~default_real_next_pointer interface~double_precision_next_pointer neuron_t%double_precision_next_pointer none~next_pointer->interface~double_precision_next_pointer