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

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

Contains classes for neural network element-wise sum layer.

Namespaces

 backward
 Contains classes for backward element-wise sum layer.
 
 forward
 Contains classes for the forward element-wise sum layer.
 
 interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Enumerations

enum  Method { defaultDense = 0 }
 
enum  LayerDataId { auxCoefficients }
 Available identifiers of input tensors for the backward element-wise sum layer and identifiers of result tensors for the forward element-wise sum layer. More...
 
enum  LayerDataNumericTableId { auxNumberOfCoefficients = lastLayerDataId + 1 }
 Available identifiers of input numeric tables for the backward element-wise sum layer and identifiers of result numeric tables for the forward element-wise sum layer. More...
 

Enumeration Type Documentation

Enumerator
auxCoefficients 

Coefficients obtained from the forward stage of the layer

Enumerator
auxNumberOfCoefficients 

Numeric table of size 1 x 1 that contains the number of coefficients

enum Method

Available methods to compute forward and backward element-wise sum layer

Enumerator
defaultDense 

Default: performance-oriented method.

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