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