2 references to RoundToEvenOperator
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (2)
25
if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T,
RoundToEvenOperator
<float>>(x, destination))
30
InvokeSpanIntoSpan<T,
RoundToEvenOperator
<T>>(x, destination);