2 references to HypotOperator
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.Hypot.cs (2)
27if (typeof(T) == typeof(Half) && TryBinaryInvokeHalfAsInt16<T, HypotOperator<float>>(x, y, destination)) 32InvokeSpanSpanIntoSpan<T, HypotOperator<T>>(x, y, destination);