Contains classes for smooth relu layer.
|
| backward |
| Contains classes for the backward smooth relu layer.
|
|
| forward |
| Contains classes for the forward smooth relu layer.
|
|
| interface1 |
| Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
|
|
|
enum | Method { defaultDense = 0
} |
| Computation methods for the smooth relu layer. More...
|
|
enum | LayerDataId { auxData = layers::lastLayerInputLayout + 1
} |
| Identifiers of input objects for the backward smooth relu layer and results for the forward smooth relu layer. More...
|
|
Enumerator |
---|
auxData |
Data processed at the forward stage of the layer
|
Enumerator |
---|
defaultDense |
Default: performance-oriented method
|