1 write to layers
Microsoft.ML.GenAI.Phi (1)
Module\Phi3Model.cs (1)
37
this.
layers
= new ModuleList<Phi3DecoderLayer>();
2 references to layers
Microsoft.ML.GenAI.Phi (2)
Module\Phi3Model.cs (2)
41
this.
layers
.Add(new Phi3DecoderLayer(config, i));
118
foreach (var layer in this.
layers
)