1 write to layers
Microsoft.ML.GenAI.LLaMA (1)
Module\LlamaModel.cs (1)
34
this.
layers
= new ModuleList<LlamaDecoderLayer>();
2 references to layers
Microsoft.ML.GenAI.LLaMA (2)
Module\LlamaModel.cs (2)
38
this.
layers
.Add(new LlamaDecoderLayer(config, i));
120
foreach (var layer in this.
layers
)