1 write to _dim
Microsoft.ML.GenAI.Core (1)
Module\RotaryEmbedding.cs (1)
88_dim = dim;
2 references to _dim
Microsoft.ML.GenAI.Core (2)
Module\RotaryEmbedding.cs (2)
92var thetaNumerator = torch.arange(0, _dim, 2, dtype: ScalarType.Int64).to(torch.float32); 101public int Dim => _dim;