2 references to new
Microsoft.ML.GenAI.Core (1)
Module\RotaryEmbedding.cs (1)
123
return
new
(cos.to_type(x.dtype), sin.to_type(x.dtype));
Microsoft.ML.GenAI.Phi (1)
Module\Phi3SuScaledRotaryEmbedding.cs (1)
78
return
new
(cos.to_type(x.dtype), sin.to_type(x.dtype));