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