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