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

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

Contains classes of the reshape layer.

Namespaces

 backward
 Contains classes of the backward reshape layer.
 
 forward
 Contains classes of the forward reshape 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 reshape layer. More...
 
enum  LayerDataId { auxInputDimensions = layers::lastLayerInputLayout + 1 }
 Available identifiers of input objects for the reshape layer. More...
 

Enumeration Type Documentation

◆ LayerDataId

Enumerator
auxInputDimensions 

Numeric table of dimensions of original input data

◆ Method

enum Method

Enumerator
defaultDense 

Default: performance-oriented method

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