construct_from_padded_arrays Module Procedure

module procedure construct_from_padded_arrays pure module function construct_from_padded_arrays(nodes, weights, biases, differentiable_activation_strategy, metadata, input_range, output_range) result(trainable_engine)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nodes(input_layer:)
real(kind=rkind), intent(in) :: weights(:,:,:)
real(kind=rkind), intent(in) :: biases(:,:)
class(differentiable_activation_strategy_t), intent(in) :: differentiable_activation_strategy
type(string_t), intent(in) :: metadata(:)
type(tensor_range_t), intent(in), optional :: input_range
type(tensor_range_t), intent(in), optional :: output_range

Return Value type(trainable_engine_t)


Calls

proc~~construct_from_padded_arrays~2~~CallsGraph proc~construct_from_padded_arrays~2 construct_from_padded_arrays interface~assert_consistent trainable_engine_t%assert_consistent proc~construct_from_padded_arrays~2->interface~assert_consistent