2 references to ConvertToInt32
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToInteger.cs (1)
81Vector512.ConvertToInt32(x.AsSingle()).As<int, TTo>() :
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (1)
116public static Vector512<int> Invoke(Vector512<float> x) => Vector512.ConvertToInt32(x);