Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct { nn.Module WPart *nn.Param WPartRec *nn.Param BPart *nn.Param WRes *nn.Param WResRec *nn.Param BRes *nn.Param WCand *nn.Param WCandRec *nn.Param BCand *nn.Param }
Model contains the serializable parameters.
func (*Model) Forward ¶
Forward performs the forward step for each input node and returns the result.
Click to show internal directories.
Click to hide internal directories.