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