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

Namespaces | Enumerations
daal::algorithms::neural_networks::layers::abs Namespace Reference

Contains classes of the abs layer.

Namespaces

 backward
 Contains classes of the backward abs layer.
 
 forward
 Contains classes of the forward abs layer.
 
 interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

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

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.