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

Namespaces | Enumerations Variables
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...
 

Variables

const size_t undefinedDimensionSize = (size_t)(-1)
 Constant value used to show that dimension size is calculated in a special way. More...
 

Enumeration Type Documentation

Enumerator
auxInputDimensions 

Numeric table of dimensions of original input data

enum Method

Enumerator
defaultDense 

Default: performance-oriented method

Variable Documentation

const size_t undefinedDimensionSize = (size_t)(-1)

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