48 #ifndef __NEURAL_NENTWORK_LOSS_SOFTMAX_CROSS_LAYER_TYPES_H__
49 #define __NEURAL_NENTWORK_LOSS_SOFTMAX_CROSS_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
73 namespace softmax_cross
90 auxProbabilities = layers::lastLayerInputLayout + 1,
92 lastLayerDataId = auxGroundTruth
108 class DAAL_EXPORT Parameter:
public layers::Parameter
116 Parameter(
const double accuracyThreshold_ = 1.0e-04,
const size_t dimension_ = 1);
118 double accuracyThreshold;
125 virtual services::Status check()
const;
130 using interface1::Parameter;
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:88
daal
Definition: algorithm_base_common.h:57
daal::algorithms::neural_networks::layers::loss::softmax_cross::auxProbabilities
Definition: softmax_cross_layer_types.h:90
daal::algorithms::neural_networks::layers::loss::softmax_cross::auxGroundTruth
Definition: softmax_cross_layer_types.h:91
daal::algorithms::neural_networks::layers::loss::softmax_cross::interface1::Parameter::dimension
size_t dimension
Definition: softmax_cross_layer_types.h:119
daal::algorithms::neural_networks::layers::loss::softmax_cross::interface1::Parameter::accuracyThreshold
double accuracyThreshold
Definition: softmax_cross_layer_types.h:118
daal::algorithms::neural_networks::layers::loss::softmax_cross::defaultDense
Definition: softmax_cross_layer_types.h:81
daal::algorithms::neural_networks::layers::loss::softmax_cross::Method
Method
Computation methods for the softmax cross-entropy layer.
Definition: softmax_cross_layer_types.h:79
daal::algorithms::neural_networks::layers::loss::softmax_cross::interface1::Parameter
Parameters for the softmax cross-entropy layer.
Definition: softmax_cross_layer_types.h:108