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