1 write to _dim
Microsoft.ML.GenAI.Phi (1)
Module\Phi2RotaryEmbedding.cs (1)
27_dim = dim;
2 references to _dim
Microsoft.ML.GenAI.Phi (2)
Module\Phi2RotaryEmbedding.cs (2)
28var thetaNumerator = torch.arange(0, _dim, 2, dtype: ScalarType.Int64).to(torch.float32); 32public int Dim => _dim;