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