24 #ifndef __LOGISTIC_LAYER_TYPES_H__
25 #define __LOGISTIC_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
68 auxValue = layers::lastLayerInputLayout + 1,
69 lastLayerDataId = auxValue
85 struct DAAL_EXPORT Parameter:
public layers::Parameter
96 using interface1::Parameter;
daal::algorithms::neural_networks::layers::logistic::auxValue
Definition: logistic_layer_types.h:68
daal::algorithms::neural_networks::layers::logistic::Method
Method
Definition: logistic_layer_types.h:56
daal::algorithms::neural_networks::layers::logistic::defaultDense
Definition: logistic_layer_types.h:58
daal::algorithms::neural_networks::layers::logistic::LayerDataId
LayerDataId
Identifiers of input objects for the backward logistic layer and results for the forward logistic lay...
Definition: logistic_layer_types.h:66
daal::algorithms::neural_networks::layers::logistic::interface1::Parameter
Parameters for the logistic layer.
Definition: logistic_layer_types.h:85