标准前馈神经网络模块 由两个线性层组成,中间使用 ReLU 激活函数。 intermediate_dim 通常是 model_dim 的 4 倍。 Args: model_dim: 输入/输出维度 intermediate_dim: 中间层维度(通常是 model_dim 的 4 倍)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected