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