48 #ifndef __NEURAL_NENTWORK_LOSS_LOGISTIC_CROSS_LAYER_TYPES_H__
49 #define __NEURAL_NENTWORK_LOSS_LOGISTIC_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 logistic_cross
90 auxData = layers::lastLayerInputLayout + 1,
92 lastLayerDataId = auxGroundTruth
108 class DAAL_EXPORT Parameter:
public layers::Parameter
120 virtual services::Status check()
const;
125 using interface1::Parameter;
daal
Definition: algorithm_base_common.h:57
daal::algorithms::neural_networks::layers::loss::logistic_cross::interface1::Parameter
Parameters for the logistic cross-entropy layer.
Definition: logistic_cross_layer_types.h:108
daal::algorithms::neural_networks::layers::loss::logistic_cross::Method
Method
Computation methods for the logistic cross-entropy layer.
Definition: logistic_cross_layer_types.h:79
daal::algorithms::neural_networks::layers::loss::logistic_cross::LayerDataId
LayerDataId
Identifiers of input objects for the backward logistic cross-entropy layer and results for the forwar...
Definition: logistic_cross_layer_types.h:88
daal::algorithms::neural_networks::layers::loss::logistic_cross::auxGroundTruth
Definition: logistic_cross_layer_types.h:91
daal::algorithms::neural_networks::layers::loss::logistic_cross::auxData
Definition: logistic_cross_layer_types.h:90
daal::algorithms::neural_networks::layers::loss::logistic_cross::defaultDense
Definition: logistic_cross_layer_types.h:81