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

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...
 

Variable Documentation

const size_t undefinedDimensionSize = (size_t)(-1)

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