1 instantiation of Phi2Attention
Microsoft.ML.GenAI.Phi (1)
Module\Phi2DecoderLayer.cs (1)
36this.self_attn = new Phi2Attention(config, layerIdx);
2 references to Phi2Attention
Microsoft.ML.GenAI.Phi (2)
Module\Phi2Attention.cs (1)
56: base(nameof(Phi2Attention))
Module\Phi2DecoderLayer.cs (1)
26private readonly Phi2Attention self_attn;