2 references to ConvertToUInt32
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToInteger.cs (1)
79if (typeof(TTo) == typeof(uint)) return Vector512.ConvertToUInt32(x.AsSingle()).As<uint, TTo>();
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (1)
122public static Vector512<uint> Invoke(Vector512<float> x) => Vector512.ConvertToUInt32(x);