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

References | Namespaces | Classes | Enumerations

Contains classes of the reshape layer. More...

References

 Backward Reshape Layer
 Contains classes of the backward reshape layer.
 
 Forward Reshape Layer
 Contains classes of the forward reshape layer.
 

Namespaces

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

Enumerations

enum  Method { defaultDense = 0 }
 Computation methods for the reshape layer. More...
 
enum  LayerDataId { auxInputDimensions = layers::lastLayerInputLayout + 1 }
 Available identifiers of input objects for the reshape layer. More...
 

Enumeration Type Documentation

enum LayerDataId

Enumerator
auxInputDimensions 

Numeric table of dimensions of original input data

enum Method

Enumerator
defaultDense 

Default: performance-oriented method

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