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