1 write to _shortFactor
Microsoft.ML.GenAI.Phi (1)
Module\Phi3SuScaledRotaryEmbedding.cs (1)
30
this.
_shortFactor
= shortFactorElement.EnumerateArray().Select(e => e.GetDouble()).ToArray();
1 reference to _shortFactor
Microsoft.ML.GenAI.Phi (1)
Module\Phi3SuScaledRotaryEmbedding.cs (1)
51
extFactors = torch.tensor(this.
_shortFactor
, dtype: ScalarType.Float32, x.device);