calc_input_shape Interface

interface
private module function calc_input_shape(this, input_shapes) result(input_shape)

Arguments

Type IntentOptional Attributes Name
class(merge_layer_type), intent(in) :: this

Instance of the layer

integer, intent(in), dimension(:,:) :: input_shapes

Input shapes

Return Value integer,allocatable,dimension(:)

Calculated input shape

Description

Calculate input shape based on shapes of input layers