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