1 reference to Invoke
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Exp2M1.cs (1)
36public static Vector256<T> Invoke(Vector256<T> x) => Exp2Operator<T>.Invoke(x) - Vector256<T>.One;