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

References | Namespaces | Classes | Enumerations
Absolute Value (Abs) Layer

Contains classes of the abs layer. More...

References

 Backward Absolute Value (Abs) Layer
 Contains classes of the backward abs layer.
 
 Forward Absolute Value (Abs) Layer
 Contains classes of the forward abs layer.
 

Namespaces

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

Enumerations

enum  Method { defaultDense = 0 }
 Computation methods for the abs layer. More...
 
enum  LayerDataId { auxData = layers::lastLayerInputLayout + 1 }
 Available identifiers of input objects for the abs 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.