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

References | Namespaces | Classes | Enumerations
Parametric Rectifier Linear Unit (pReLU) Layer

Contains classes for the prelu layer. More...

Contains classes the prelu layer.

Contains classes for the preluu layer.

References

 Backward Parametric Rectifier Linear Unit (pReLU) Layer
 Contains classes for the backward prelu layer.
 
 Forward Parametric Rectifier Linear Unit (pReLU) Layer
 Contains classes for the forward prelu layer.
 

Namespaces

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

Enumerations

enum  Method { defaultDense = 0 }
 
enum  LayerDataId { auxData = layers::lastLayerInputLayout + 1, auxWeights }
 Identifiers of input objects for the backward prelu layer and results for the forward prelu layer. More...
 

Enumeration Type Documentation

enum LayerDataId

Enumerator
auxData 

Data processed at the forward stage of the layer

auxWeights 

Weights of the prelu layer

enum Method

Computation methods for the prelu layer

Enumerator
defaultDense 

Default: performance-oriented method

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