C++ API Reference for Intel® Data Analytics Acceleration Library 2019

References | Namespaces | Classes | Enumerations

Contains classes for the concat layer. More...

References

 Backward Concat Layer
 Contains classes for the backward concat layer.
 
 Forward Concat Layer
 Contains classes for the forward concat layer.
 

Namespaces

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

Enumerations

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

Enumeration Type Documentation

enum LayerDataId

Enumerator
auxInputDimensions 

Numeric table of dimensions along which concatenation is implemented

enum Method

Computation methods for the concat layer

Enumerator
defaultDense 

Default: performance-oriented method

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