1 instantiation of Phi3DecoderLayer
Microsoft.ML.GenAI.Phi (1)
Module\Phi3Model.cs (1)
41this.layers.Add(new Phi3DecoderLayer(config, i));
4 references to Phi3DecoderLayer
Microsoft.ML.GenAI.Phi (4)
Module\Phi3DecoderLayer.cs (1)
80: base(nameof(Phi3DecoderLayer))
Module\Phi3Model.cs (3)
22private readonly ModuleList<Phi3DecoderLayer> layers; 37this.layers = new ModuleList<Phi3DecoderLayer>(); 118foreach (var layer in this.layers)