24 #ifndef __STOCHASTIC_POOLING2D_LAYER_TYPES_H__
25 #define __STOCHASTIC_POOLING2D_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/pooling2d/pooling2d_layer_types.h"
37 namespace neural_networks
47 namespace stochastic_pooling2d
65 lastLayerDataId = auxSelectedIndices
72 enum LayerDataNumericTableId
74 auxInputDimensions = lastLayerDataId + 1,
76 lastLayerDataNumericTableId = auxInputDimensions
92 struct DAAL_EXPORT Parameter:
public pooling2d::Parameter
108 Parameter(
size_t firstIndex,
size_t secondIndex,
size_t firstKernelSize = 2,
size_t secondKernelSize = 2,
109 size_t firstStride = 2,
size_t secondStride = 2,
size_t firstPadding = 0,
size_t secondPadding = 0);
112 engines::EnginePtr engine;
117 using interface1::Parameter;
daal::algorithms::neural_networks::layers::stochastic_pooling2d::interface1::Parameter::engine
engines::EnginePtr engine
Definition: stochastic_pooling2d_layer_types.h:112
daal::algorithms::neural_networks::layers::stochastic_pooling2d::LayerDataId
LayerDataId
Identifiers of input tensors for the backward stochastic 2D pooling layer and results for the forward...
Definition: stochastic_pooling2d_layer_types.h:62
daal::algorithms::neural_networks::layers::stochastic_pooling2d::defaultDense
Definition: stochastic_pooling2d_layer_types.h:55
daal::algorithms::neural_networks::layers::stochastic_pooling2d::auxInputDimensions
Definition: stochastic_pooling2d_layer_types.h:74
daal::algorithms::neural_networks::layers::stochastic_pooling2d::auxSelectedIndices
Definition: stochastic_pooling2d_layer_types.h:64
daal::algorithms::neural_networks::layers::stochastic_pooling2d::interface1::Parameter
Parameters for the stochastic 2D pooling layer.
Definition: stochastic_pooling2d_layer_types.h:92
daal::algorithms::neural_networks::layers::stochastic_pooling2d::LayerDataNumericTableId
LayerDataNumericTableId
Identifiers of input numeric tables for the backward stochastic 2D pooling layer and results for the ...
Definition: stochastic_pooling2d_layer_types.h:72
daal::algorithms::neural_networks::layers::stochastic_pooling2d::Method
Method
Computation methods for the stochastic 2D pooling layer.
Definition: stochastic_pooling2d_layer_types.h:53
daal::algorithms::neural_networks::layers::stochastic_pooling2d::interface1::Parameter::seed
size_t seed
Definition: stochastic_pooling2d_layer_types.h:111