4 references to Tanh
Microsoft.ML.Core (1)
Utilities\MathUtils.cs (1)
524return Math.Tanh(x).ToFloat();
Microsoft.ML.Transforms (2)
Expression\BuiltinFunctions.cs (2)
253FunctionProviderUtils.Fn<R8, R8>(Math.Tanh)); 673return (R4)Math.Tanh(a);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
890public static double Tanh(double x) => Math.Tanh(x);