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