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