2 references to SqrtOperator
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.Sqrt.cs (2)
23
if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T,
SqrtOperator
<float>>(x, destination))
28
InvokeSpanIntoSpan<T,
SqrtOperator
<T>>(x, destination);