Contains classes for the hyperbolic tangent layer.
|
| backward |
| Contains classes for the backward hyperbolic tangent layer.
|
|
| forward |
| Contains classes for the forward hyperbolic tangent layer.
|
|
| interface1 |
| Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
|
|
|
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...
|
|
Enumerator |
---|
auxValue |
Value computed at the forward stage of the layer
|
Computation methods for the hyperbolic tangent layer
Enumerator |
---|
defaultDense |
Default: performance-oriented method
|