add_learnable Interface

interface
private module function add_learnable(a, b) result(output)

Arguments

Type IntentOptional Attributes Name
class(learnable_layer_type), intent(in) :: a

Instances of the layers

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

Instances of the layers

Return Value class(learnable_layer_type),allocatable

Output layer

Description

Add two layers