48 #ifndef __RESHAPE_LAYER_TYPES_H__
49 #define __RESHAPE_LAYER_TYPES_H__
51 #include "algorithms/algorithm.h"
52 #include "data_management/data/tensor.h"
53 #include "data_management/data/homogen_tensor.h"
54 #include "services/daal_defines.h"
55 #include "algorithms/neural_networks/layers/layer_types.h"
61 namespace neural_networks
91 auxInputDimensions = layers::lastLayerInputLayout + 1,
92 lastLayerDataId = auxInputDimensions
107 struct DAAL_EXPORT Parameter:
public layers::Parameter
114 services::Collection<size_t> reshapeDimensions;
118 using interface1::Parameter;
daal
Definition: algorithm_base_common.h:57
daal::algorithms::neural_networks::layers::reshape::LayerDataId
LayerDataId
Available identifiers of input objects for the reshape layer.
Definition: reshape_layer_types.h:89
daal::algorithms::neural_networks::layers::reshape::defaultDense
Definition: reshape_layer_types.h:82
daal::algorithms::neural_networks::layers::reshape::interface1::Parameter
Parameters for the reshape layer.
Definition: reshape_layer_types.h:107
daal::algorithms::neural_networks::layers::reshape::Method
Method
Computation methods for the reshape layer.
Definition: reshape_layer_types.h:80
daal::algorithms::neural_networks::layers::reshape::auxInputDimensions
Definition: reshape_layer_types.h:91