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