48 #ifndef __SOFTMAX_LAYER_TYPES_H__
49 #define __SOFTMAX_LAYER_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_types.h"
61 namespace neural_networks
92 auxValue = layers::lastLayerInputLayout + 1,
93 lastLayerDataId = auxValue
109 class DAAL_EXPORT Parameter:
public layers::Parameter
116 Parameter(
size_t _dimension = 1);
122 Parameter(
const Parameter &other);
129 using interface1::Parameter;
daal::algorithms::neural_networks::layers::softmax::Method
Method
Computation methods for the softmax layer.
Definition: softmax_layer_types.h:81
daal::algorithms::neural_networks::layers::softmax::auxValue
Definition: softmax_layer_types.h:92
daal
Definition: algorithm_base_common.h:57
daal::algorithms::neural_networks::layers::softmax::LayerDataId
LayerDataId
Available identifiers of input objects for the softmax layer.
Definition: softmax_layer_types.h:90
daal::algorithms::neural_networks::layers::softmax::defaultDense
Definition: softmax_layer_types.h:83
daal::algorithms::neural_networks::layers::softmax::interface1::Parameter::dimension
size_t dimension
Definition: softmax_layer_types.h:124
daal::algorithms::neural_networks::layers::softmax::interface1::Parameter
Parameters for the softmax layer.
Definition: softmax_layer_types.h:109