Method
Forward
Forward executes the forward step of the model.
(...mat.Tensor)
Source from the content-addressed store, hash-verified
| 103 | |
| 104 | // Forward executes the forward step of the model. |
| 105 | Forward(...mat.Tensor) []mat.Tensor |
| 106 | } |
| 107 | |
| 108 | type ModuleList[T StandardModel] []T |
Implementers 15
Modelnn/attention/selfattention/model.go Modelnn/attention/multiheadattention/model. Modelnn/dropout/dropout.go Modelnn/flatten/flatten.go Modelnn/convolution/convolution2d/model.go Modelnn/convolution/conv1x1/model.go Modelnn/convolution/convolution1d/model.go Modelnn/recurrent/srn/srn.go Modelnn/recurrent/lstm/lstm.go Modelnn/recurrent/gru/gru.go