2 references to DegreesToRadiansOperator
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.DegreesToRadians.cs (2)
24
if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T,
DegreesToRadiansOperator
<float>>(x, destination))
29
InvokeSpanIntoSpan<T,
DegreesToRadiansOperator
<T>>(x, destination);