reduce_learnable Interface

interface
private module subroutine reduce_learnable(this, input)

Arguments

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

Instance of the layer

class(learnable_layer_type), intent(in) :: input

Other layer to merge

Description

Merge another learnable layer into this one