Interface Layer
- All Superinterfaces:
Trainable
- All Known Subinterfaces:
NormLayer,Projection
- All Known Implementing Classes:
DeepSeekTransformerBlock,FNN,GPTTransformerBlock,LayerNorm1D,Linear,LlamaTransformerBlock,MultiHeadLatentAttention,MultiHeadSelfAttention,RMSNorm1D,RoPEMultiHeadSelfAttention,SwiGLULayer,TransformerStack
Differentiable module mapping Tensor -> Tensor.
Layers may expose parameters via Trainable (defaults to none).
-
Method Summary
Methods inherited from interface io.github.kirstenali.deepj.training.Trainable
parameters, zeroGrad
-
Method Details
-
forward
-
backward
-