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

References | Namespaces | Classes | Enumerations
Hyperbolic Tangent Layer

Contains classes for the hyperbolic tangent layer. More...

References

 Backward Hyperbolic Tangent Layer
 Contains classes for the backward hyperbolic tangent layer.
 
 Forward Hyperbolic Tangent Layer
 Contains classes for the forward hyperbolic tangent layer.
 

Namespaces

 daal::algorithms::neural_networks::layers::tanh
 Contains classes for the hyperbolic tangent layer.
 
 daal::algorithms::neural_networks::layers::tanh::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

class  Batch< algorithmFPType, method >
 Provides methods for the hyperbolic tangent layer in the batch processing mode. More...
 
struct  Parameter
 Parameters for the tanh layer. More...
 

Enumerations

enum  Method { defaultDense = 0 }
 
enum  LayerDataId { auxValue = layers::lastLayerInputLayout + 1 }
 Identifiers of input objects for the backward hyperbolic tangent layer and results for the forward hyperbolic tangent layer. More...
 

Enumeration Type Documentation

enum LayerDataId

Enumerator
auxValue 

Value computed at the forward stage of the layer

enum Method

Computation methods for the hyperbolic tangent layer

Enumerator
defaultDense 

Default: performance-oriented method

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