get_num_params_msgpass Interface

interface

Interfaces for handling learnable parameters and gradients


private pure module function get_num_params_msgpass(this) result(num_params)

Arguments

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

Instance of the message passing layer

Return Value integer

Number of learnable parameters

Description

Get the number of learnable parameters for the message passing layer