22 #ifndef __LOGISTIC_LAYER_TYPES_H__
23 #define __LOGISTIC_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
66 auxValue = layers::lastLayerInputLayout + 1,
67 lastLayerDataId = auxValue
82 struct DAAL_EXPORT Parameter:
public layers::Parameter
92 using interface1::Parameter;
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:64
daal
Definition: algorithm_base_common.h:31
daal::algorithms::neural_networks::layers::logistic::interface1::Parameter
Parameters for the logistic layer.
Definition: logistic_layer_types.h:82
daal::algorithms::neural_networks::layers::logistic::defaultDense
Definition: logistic_layer_types.h:56
daal::algorithms::neural_networks::layers::logistic::Method
Method
Definition: logistic_layer_types.h:54
daal::algorithms::neural_networks::layers::logistic::auxValue
Definition: logistic_layer_types.h:66