1 instantiation of MistralMLP
Microsoft.ML.GenAI.Mistral (1)
MistralDecoderLayer.cs (1)
84this.mlp = new MistralMLP(config);
2 references to MistralMLP
Microsoft.ML.GenAI.Mistral (2)
MistralDecoderLayer.cs (1)
66private readonly MistralMLP mlp;
MistralMLP.cs (1)
24: base(nameof(MistralMLP))