22 #ifndef __SOFTMAX_LAYER_TYPES_H__
23 #define __SOFTMAX_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
66 auxValue = layers::lastLayerInputLayout + 1,
67 lastLayerDataId = auxValue
83 class DAAL_EXPORT Parameter:
public layers::Parameter
90 Parameter(
size_t _dimension = 1);
96 Parameter(
const Parameter &other);
103 using interface1::Parameter;
daal::algorithms::neural_networks::layers::softmax::Method
Method
Computation methods for the softmax layer.
Definition: softmax_layer_types.h:55
daal::algorithms::neural_networks::layers::softmax::auxValue
Definition: softmax_layer_types.h:66
daal
Definition: algorithm_base_common.h:31
daal::algorithms::neural_networks::layers::softmax::LayerDataId
LayerDataId
Available identifiers of input objects for the softmax layer.
Definition: softmax_layer_types.h:64
daal::algorithms::neural_networks::layers::softmax::defaultDense
Definition: softmax_layer_types.h:57
daal::algorithms::neural_networks::layers::softmax::interface1::Parameter::dimension
size_t dimension
Definition: softmax_layer_types.h:98
daal::algorithms::neural_networks::layers::softmax::interface1::Parameter
Parameters for the softmax layer.
Definition: softmax_layer_types.h:83