24 #ifndef __NEURAL_NENTWORK_LOSS_SOFTMAX_CROSS_LAYER_TYPES_H__
25 #define __NEURAL_NENTWORK_LOSS_SOFTMAX_CROSS_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
49 namespace softmax_cross
66 auxProbabilities = layers::lastLayerInputLayout + 1,
68 lastLayerDataId = auxGroundTruth
85 class DAAL_EXPORT Parameter:
public layers::Parameter
94 Parameter(
const double accuracyThreshold_ = 1.0e-04,
const size_t dimension_ = 1);
96 double accuracyThreshold;
104 DAAL_DEPRECATED_VIRTUAL
virtual services::Status check()
const;
109 using interface1::Parameter;
daal::algorithms::neural_networks::layers::loss::softmax_cross::auxProbabilities
Definition: softmax_cross_layer_types.h:66
daal::algorithms::neural_networks::layers::loss::softmax_cross::interface1::Parameter
Parameters for the softmax cross-entropy layer.
Definition: softmax_cross_layer_types.h:85
daal::algorithms::neural_networks::layers::loss::softmax_cross::defaultDense
Definition: softmax_cross_layer_types.h:57
daal::algorithms::neural_networks::layers::loss::softmax_cross::auxGroundTruth
Definition: softmax_cross_layer_types.h:67
daal::algorithms::neural_networks::layers::loss::softmax_cross::Method
Method
Computation methods for the softmax cross-entropy layer.
Definition: softmax_cross_layer_types.h:55
daal::algorithms::neural_networks::layers::loss::softmax_cross::interface1::Parameter::dimension
size_t dimension
Definition: softmax_cross_layer_types.h:97
daal::algorithms::neural_networks::layers::loss::softmax_cross::LayerDataId
LayerDataId
Identifiers of input objects for the backward softmax cross-entropy layer and results for the forward...
Definition: softmax_cross_layer_types.h:64
daal::algorithms::neural_networks::layers::loss::softmax_cross::interface1::Parameter::accuracyThreshold
double accuracyThreshold
Definition: softmax_cross_layer_types.h:96