22 #ifndef __NEURAL_NENTWORK_LOSS_SOFTMAX_CROSS_LAYER_TYPES_H__
23 #define __NEURAL_NENTWORK_LOSS_SOFTMAX_CROSS_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
47 namespace softmax_cross
64 auxProbabilities = layers::lastLayerInputLayout + 1,
66 lastLayerDataId = auxGroundTruth
82 class DAAL_EXPORT Parameter:
public layers::Parameter
90 Parameter(
const double accuracyThreshold_ = 1.0e-04,
const size_t dimension_ = 1);
92 double accuracyThreshold;
99 virtual services::Status check()
const;
104 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:62
daal
Definition: algorithm_base_common.h:31
daal::algorithms::neural_networks::layers::loss::softmax_cross::auxProbabilities
Definition: softmax_cross_layer_types.h:64
daal::algorithms::neural_networks::layers::loss::softmax_cross::auxGroundTruth
Definition: softmax_cross_layer_types.h:65
daal::algorithms::neural_networks::layers::loss::softmax_cross::interface1::Parameter::dimension
size_t dimension
Definition: softmax_cross_layer_types.h:93
daal::algorithms::neural_networks::layers::loss::softmax_cross::interface1::Parameter::accuracyThreshold
double accuracyThreshold
Definition: softmax_cross_layer_types.h:92
daal::algorithms::neural_networks::layers::loss::softmax_cross::defaultDense
Definition: softmax_cross_layer_types.h:55
daal::algorithms::neural_networks::layers::loss::softmax_cross::Method
Method
Computation methods for the softmax cross-entropy layer.
Definition: softmax_cross_layer_types.h:53
daal::algorithms::neural_networks::layers::loss::softmax_cross::interface1::Parameter
Parameters for the softmax cross-entropy layer.
Definition: softmax_cross_layer_types.h:82