48 #ifndef __SPATIAL_STOCHASTIC_POOLING2D_LAYER_BACKWARD_TYPES_H__
49 #define __SPATIAL_STOCHASTIC_POOLING2D_LAYER_BACKWARD_TYPES_H__
51 #include "algorithms/algorithm.h"
52 #include "data_management/data/tensor.h"
53 #include "data_management/data/numeric_table.h"
54 #include "services/daal_defines.h"
55 #include "algorithms/neural_networks/layers/spatial_pooling2d/spatial_stochastic_pooling2d_layer_types.h"
56 #include "algorithms/neural_networks/layers/spatial_pooling2d/spatial_pooling2d_layer_backward_types.h"
62 namespace neural_networks
66 namespace spatial_stochastic_pooling2d
90 class DAAL_EXPORT Input :
public spatial_pooling2d::backward::Input
93 typedef spatial_pooling2d::backward::Input super;
100 Input(
const Input& other);
104 using layers::backward::Input::get;
105 using layers::backward::Input::set;
112 data_management::TensorPtr
get(LayerDataId id)
const;
119 data_management::NumericTablePtr
get(LayerDataNumericTableId id)
const;
126 void set(LayerDataId
id,
const data_management::TensorPtr &ptr);
133 void set(LayerDataNumericTableId
id,
const data_management::NumericTablePtr &ptr);
142 services::Status check(
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
144 virtual data_management::NumericTablePtr getAuxInputDimensions()
const DAAL_C11_OVERRIDE;
152 class DAAL_EXPORT Result :
public spatial_pooling2d::backward::Result
155 DECLARE_SERIALIZABLE_CAST(Result);
162 using layers::backward::Result::get;
163 using layers::backward::Result::set;
173 template <
typename algorithmFPType>
174 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
const int method);
184 services::Status check(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
188 template<
typename Archive,
bool onDeserialize>
189 services::Status serialImpl(Archive *arch)
191 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
194 typedef services::SharedPtr<Result> ResultPtr;
197 using interface1::Input;
198 using interface1::Result;
199 using interface1::ResultPtr;
daal
Definition: algorithm_base_common.h:57
daal::algorithms::neural_networks::layers::spatial_stochastic_pooling2d::LayerDataId
LayerDataId
Identifiers of input tensors for the backward spatial pyramid stochastic 2D pooling layer and results...
Definition: spatial_stochastic_pooling2d_layer_types.h:87
daal::algorithms::neural_networks::layers::spatial_stochastic_pooling2d::backward::interface1::Result
Provides methods to access the result obtained with the compute() method of the backward spatial pyra...
Definition: spatial_stochastic_pooling2d_layer_backward_types.h:152
daal::algorithms::neural_networks::layers::spatial_stochastic_pooling2d::LayerDataNumericTableId
LayerDataNumericTableId
Identifiers of input numeric tables for the backward spatial pyramid stochastic 2D pooling layer and ...
Definition: spatial_stochastic_pooling2d_layer_types.h:97