2 references to Exp2M1Operator
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.Exp2M1.cs (2)
27if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, Exp2M1Operator<float>>(x, destination)) 32InvokeSpanIntoSpan<T, Exp2M1Operator<T>>(x, destination);