8 references to ExpM1Operator
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\TensorPrimitives.ExpM1.cs (2)
27if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, ExpM1Operator<float>>(x, destination)) 32InvokeSpanIntoSpan<T, ExpM1Operator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Tanh.cs (6)
77Vector128<float> z = ExpM1Operator<float>.Invoke(Vector128.Create(-2f) * y); 86Vector128<double> z = ExpM1Operator<double>.Invoke(Vector128.Create(-2d) * y); 99Vector256<float> z = ExpM1Operator<float>.Invoke(Vector256.Create(-2f) * y); 108Vector256<double> z = ExpM1Operator<double>.Invoke(Vector256.Create(-2d) * y); 121Vector512<float> z = ExpM1Operator<float>.Invoke(Vector512.Create(-2f) * y); 130Vector512<double> z = ExpM1Operator<double>.Invoke(Vector512.Create(-2d) * y);