1 instantiation of Phi2RotaryEmbedding
Microsoft.ML.GenAI.Phi (1)
Module\Phi2Attention.cs (1)
84
this.phiRotaryEmbedding = new
Phi2RotaryEmbedding
(
2 references to Phi2RotaryEmbedding
Microsoft.ML.GenAI.Phi (2)
Module\Phi2Attention.cs (1)
48
private readonly
Phi2RotaryEmbedding
phiRotaryEmbedding;
Module\Phi2RotaryEmbedding.cs (1)
22
: base(nameof(
Phi2RotaryEmbedding
))