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