Contains classes for computing the hyperbolic tangent function.
More...
|
| class | Input |
| | Input objects for the hyperbolic tangent function More...
|
| |
| class | Result |
| | Result obtained with the compute() method of the hyperbolic tangent function in the batch processing mode More...
|
| |
Available identifiers of input objects for the hyperbolic tangent function
| Enumerator |
|---|
| data |
Input data table
|
Computation methods for computing the hyperbolic tangent function
| Enumerator |
|---|
| defaultDense |
Default: performance-oriented method
|
| fastCSR |
Fast: performance-oriented method. Works with Compressed Sparse Rows(CSR) numeric tables
|
Available identifiers of the result of the hyperbolic tangent function
| Enumerator |
|---|
| value |
Table to store the result
|