22 #ifndef __RESHAPE_LAYER_TYPES_H__
23 #define __RESHAPE_LAYER_TYPES_H__
25 #include "algorithms/algorithm.h"
26 #include "data_management/data/tensor.h"
27 #include "data_management/data/homogen_tensor.h"
28 #include "services/daal_defines.h"
29 #include "algorithms/neural_networks/layers/layer_types.h"
35 namespace neural_networks
54 const size_t undefinedDimensionSize = (size_t)(-1);
71 auxInputDimensions = layers::lastLayerInputLayout + 1,
72 lastLayerDataId = auxInputDimensions
87 struct DAAL_EXPORT Parameter:
public layers::Parameter
94 services::Collection<size_t> reshapeDimensions;
98 using interface1::Parameter;
daal
Definition: algorithm_base_common.h:31
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:54
daal::algorithms::neural_networks::layers::reshape::LayerDataId
LayerDataId
Available identifiers of input objects for the reshape layer.
Definition: reshape_layer_types.h:69
daal::algorithms::neural_networks::layers::reshape::defaultDense
Definition: reshape_layer_types.h:62
daal::algorithms::neural_networks::layers::reshape::interface1::Parameter
Parameters for the reshape layer.
Definition: reshape_layer_types.h:87
daal::algorithms::neural_networks::layers::reshape::Method
Method
Computation methods for the reshape layer.
Definition: reshape_layer_types.h:60
daal::algorithms::neural_networks::layers::reshape::auxInputDimensions
Definition: reshape_layer_types.h:71