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