24 #ifndef __SOFTMAX_LAYER_TYPES_H__
25 #define __SOFTMAX_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/layer_types.h"
37 namespace neural_networks
68 auxValue = layers::lastLayerInputLayout + 1,
69 lastLayerDataId = auxValue
86 class DAAL_EXPORT Parameter:
public layers::Parameter
94 Parameter(
size_t _dimension = 1);
101 Parameter(
const Parameter &other);
108 using interface1::Parameter;
daal::algorithms::neural_networks::layers::softmax::LayerDataId
LayerDataId
Available identifiers of input objects for the softmax layer.
Definition: softmax_layer_types.h:66
daal::algorithms::neural_networks::layers::softmax::interface1::Parameter
Parameters for the softmax layer.
Definition: softmax_layer_types.h:86
daal::algorithms::neural_networks::layers::softmax::auxValue
Definition: softmax_layer_types.h:68
daal::algorithms::neural_networks::layers::softmax::defaultDense
Definition: softmax_layer_types.h:59
daal::algorithms::neural_networks::layers::softmax::interface1::Parameter::dimension
size_t dimension
Definition: softmax_layer_types.h:103
daal::algorithms::neural_networks::layers::softmax::Method
Method
Computation methods for the softmax layer.
Definition: softmax_layer_types.h:57