24 #ifndef __RESHAPE_LAYER_TYPES_H__
25 #define __RESHAPE_LAYER_TYPES_H__
27 #include "algorithms/algorithm.h"
28 #include "data_management/data/tensor.h"
29 #include "data_management/data/homogen_tensor.h"
30 #include "services/daal_defines.h"
31 #include "algorithms/neural_networks/layers/layer_types.h"
37 namespace neural_networks
56 const size_t undefinedDimensionSize = (size_t)(-1);
73 auxInputDimensions = layers::lastLayerInputLayout + 1,
74 lastLayerDataId = auxInputDimensions
90 struct DAAL_EXPORT Parameter:
public layers::Parameter
98 services::Collection<size_t> reshapeDimensions;
102 using interface1::Parameter;
daal::algorithms::neural_networks::layers::reshape::interface1::Parameter
Parameters for the reshape layer.
Definition: reshape_layer_types.h:90
daal::algorithms::neural_networks::layers::reshape::LayerDataId
LayerDataId
Available identifiers of input objects for the reshape layer.
Definition: reshape_layer_types.h:71
daal::algorithms::neural_networks::layers::reshape::undefinedDimensionSize
const size_t undefinedDimensionSize
Constant value used to show that dimension size is calculated in a special way.
Definition: reshape_layer_types.h:56
daal::algorithms::neural_networks::layers::reshape::auxInputDimensions
Definition: reshape_layer_types.h:73
daal::algorithms::neural_networks::layers::reshape::Method
Method
Computation methods for the reshape layer.
Definition: reshape_layer_types.h:62
daal::algorithms::neural_networks::layers::reshape::defaultDense
Definition: reshape_layer_types.h:64