1 write to mlp
Microsoft.ML.GenAI.Mistral (1)
MistralDecoderLayer.cs (1)
84this.mlp = new MistralMLP(config);
1 reference to mlp
Microsoft.ML.GenAI.Mistral (1)
MistralDecoderLayer.cs (1)
135hiddenStates = this.mlp.forward(hiddenStates);