set_shape_base Interface

interface
private module subroutine set_shape_base(this, input_shape)

Arguments

Type IntentOptional Attributes Name
class(base_layer_type), intent(inout) :: this

Instance of the layer

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

Input shape

Description

Set the input shape of the layer