1 instantiation of Phi2MLP
Microsoft.ML.GenAI.Phi (1)
Module\Phi2DecoderLayer.cs (1)
37this.mlp = new Phi2MLP(config);
2 references to Phi2MLP
Microsoft.ML.GenAI.Phi (2)
Module\Phi2DecoderLayer.cs (1)
27private readonly Phi2MLP mlp;
Module\Phi2MLP.cs (1)
23: base(nameof(Phi2MLP))