Initialize the FeedForward module. Args: dim (int): Input dimension. hidden_dim (int): Hidden dimension of the feedforward layer. multiple_of (int): Value to ensure hidden dimension is a multiple of this value. Attributes: w1
(
self,
dim: int,
hidden_dim: int,
multiple_of: int = 256,
)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected