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