2 references to Invoke
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.Tanh.cs (2)
70
Vector128<float> z = ExpM1Operator<float>.
Invoke
(Vector128.Create(-2f) * y);
79
Vector128<double> z = ExpM1Operator<double>.
Invoke
(Vector128.Create(-2d) * y);