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)
92
var thetaNumerator = torch.arange(0,
_dim
, 2, dtype: ScalarType.Int64).to(torch.float32);
101
public int Dim =>
_dim
;