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