set_rank_base Interface

interface
private module subroutine set_rank_base(this, input_rank, output_rank)

Arguments

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

Instance of the layer

integer, intent(in) :: input_rank

Input rank

integer, intent(in) :: output_rank

Output rank

Description

Set the input and output ranks of the layer