24 #ifndef __NEURAL_NENTWORK_LOSS_LOGISTIC_CROSS_LAYER_TYPES_H__
25 #define __NEURAL_NENTWORK_LOSS_LOGISTIC_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 logistic_cross
66 auxData = layers::lastLayerInputLayout + 1,
68 lastLayerDataId = auxGroundTruth
85 class DAAL_EXPORT Parameter:
public layers::Parameter
99 DAAL_DEPRECATED_VIRTUAL
virtual services::Status check()
const;
104 using interface1::Parameter;
daal::algorithms::neural_networks::layers::loss::logistic_cross::Method
Method
Computation methods for the logistic cross-entropy layer.
Definition: logistic_cross_layer_types.h:55
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:64
daal::algorithms::neural_networks::layers::loss::logistic_cross::auxData
Definition: logistic_cross_layer_types.h:66
daal::algorithms::neural_networks::layers::loss::logistic_cross::auxGroundTruth
Definition: logistic_cross_layer_types.h:67
daal::algorithms::neural_networks::layers::loss::logistic_cross::interface1::Parameter
Parameters for the logistic cross-entropy layer.
Definition: logistic_cross_layer_types.h:85
daal::algorithms::neural_networks::layers::loss::logistic_cross::defaultDense
Definition: logistic_cross_layer_types.h:57