2 references to ReciprocalOperator
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.Reciprocal.cs (2)
26
if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T,
ReciprocalOperator
<float>>(x, destination))
31
InvokeSpanIntoSpan<T,
ReciprocalOperator
<T>>(x, destination);