C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

References | Namespaces | Classes | Enumerations
Hyperbolic Tangent

Contains classes for computing the hyperbolic tangent function. More...

References

 Batch
 

Namespaces

 daal::algorithms::math
 Contains classes for computing math functions.
 
 daal::algorithms::math::tanh
 Contains classes for computing the hyperbolic tangent function.
 
 daal::algorithms::math::tanh::interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

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...
 

Enumerations

enum  Method { defaultDense = 0, fastCSR = 1 }
 
enum  InputId { data }
 
enum  ResultId { value }
 

Enumeration Type Documentation

enum InputId

Available identifiers of input objects for the hyperbolic tangent function

Enumerator
data 

Input data table

enum Method

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

enum ResultId

Available identifiers of the result of the hyperbolic tangent function

Enumerator
value 

Table to store the result

For more complete information about compiler optimizations, see our Optimization Notice.