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

References | Namespaces | Classes | Enumerations
Smooth Rectifier Linear Unit (SmoothReLU) Layer

Contains classes for smooth relu layer. More...

References

 Backward Smooth Rectifier Linear Unit (SmoothReLU) Layer
 Contains classes for the backward smooth relu layer.
 
 Forward Smooth Rectifier Linear Unit (SmoothReLU) Layer
 Contains classes for the forward smooth relu layer.
 

Namespaces

 daal::algorithms::neural_networks::layers::smoothrelu
 Contains classes for smooth relu layer.
 
 daal::algorithms::neural_networks::layers::smoothrelu::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 smooth relu layer in the batch processing mode. More...
 
struct  Parameter
 Parameters for the smoothrelu layer. More...
 

Enumerations

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

Enumeration Type Documentation

enum LayerDataId

Enumerator
auxData 

Data processed at the forward stage of the layer

enum Method

Enumerator
defaultDense 

Default: performance-oriented method

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