Developer Guide for Intel® Data Analytics Acceleration Library 2019 Update 4
The hyperbolic tangent function has the following parameters:
Parameter |
Default Value |
Description |
|
---|---|---|---|
algorithmFPType |
float |
The floating-point type that the algorithm uses for intermediate computations. Can be float or double. |
|
method |
defaultDense |
Available computation methods:
|
The hyperbolic tangent function accepts the input described below. Pass the Input ID as a parameter to the methods that provide input for your algorithm. For more details, see Algorithms.
Input ID |
Input |
|
---|---|---|
data |
Pointer to the numeric table of size n x p. The value of method determines the type of this numeric table:
|
The hyperbolic tangent function calculates the result described below. Pass the Result ID as a parameter to the methods that access the results of your algorithm. For more details, see Algorithms.
Result ID |
Result |
|
---|---|---|
value |
Pointer to the n x p numeric table with the matrix Y. The value of method determines the type of this numeric table:
|
C++:
Java*:
Python*: