2 references to Round
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (1)
220return Vector256.Round(x.AsSingle()).As<float, T>();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
2979/// <inheritdoc cref="Vector256.Round(Vector256{float})" />