48 #ifndef __RESHAPE_LAYER_BACKWARD_TYPES_H__
49 #define __RESHAPE_LAYER_BACKWARD_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_backward_types.h"
56 #include "algorithms/neural_networks/layers/reshape/reshape_layer_types.h"
62 namespace neural_networks
88 class DAAL_EXPORT Input :
public layers::backward::Input
91 typedef layers::backward::Input super;
96 Input(
const Input& other);
105 using layers::backward::Input::get;
112 using layers::backward::Input::set;
119 data_management::NumericTablePtr
get(LayerDataId id)
const;
126 void set(LayerDataId
id,
const data_management::NumericTablePtr &value);
135 services::Status check(
const daal::algorithms::Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
143 class DAAL_EXPORT Result :
public layers::backward::Result
146 DECLARE_SERIALIZABLE_CAST(Result);
148 virtual ~Result() {};
155 using layers::backward::Result::get;
162 using layers::backward::Result::set;
172 services::Status check(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
182 template <
typename algorithmFPType>
183 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
const int method);
187 template<
typename Archive,
bool onDeserialize>
188 services::Status serialImpl(Archive *arch)
190 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
193 typedef services::SharedPtr<Result> ResultPtr;
196 using interface1::Input;
197 using interface1::Result;
198 using interface1::ResultPtr;
daal::algorithms::neural_networks::layers::reshape::backward::interface1::Result
Provides methods to access the result obtained with the compute() method of the backward reshape laye...
Definition: reshape_layer_backward_types.h:143
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::math::abs::value
Definition: abs_types.h:112