22 #ifndef __ELU_LAYER_TYPES_H__
23 #define __ELU_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 auxData = layers::lastLayerInputLayout + 1,
68 lastLayerDataId = auxIntermediateValue
83 struct DAAL_EXPORT Parameter:
public layers::Parameter
88 Parameter(
double alpha = 1.0);
94 using interface1::Parameter;
daal::algorithms::neural_networks::layers::elu::LayerDataId
LayerDataId
Identifiers of input objects for the backward ELU layer and results for the forward ELU layer...
Definition: elu_layer_types.h:64
daal::algorithms::neural_networks::layers::elu::defaultDense
Definition: elu_layer_types.h:57
daal::algorithms::neural_networks::layers::elu::interface1::Parameter::alpha
double alpha
Definition: elu_layer_types.h:90
daal
Definition: algorithm_base_common.h:31
daal::algorithms::neural_networks::layers::elu::interface1::Parameter
Parameters for the ELU layer.
Definition: elu_layer_types.h:83
daal::algorithms::neural_networks::layers::elu::Method
Method
Definition: elu_layer_types.h:55
daal::algorithms::neural_networks::layers::elu::auxData
Definition: elu_layer_types.h:66