1 instantiation of Phi3MLP
Microsoft.ML.GenAI.Phi (1)
Module\Phi3DecoderLayer.cs (1)
92this.mlp = new Phi3MLP(config);
2 references to Phi3MLP
Microsoft.ML.GenAI.Phi (2)
Module\Phi3DecoderLayer.cs (1)
72private readonly Phi3MLP mlp;
Module\Phi3MLP.cs (1)
32: base(nameof(Phi3MLP))