24 #ifndef __ELU_LAYER_TYPES_H__
25 #define __ELU_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 auxData = layers::lastLayerInputLayout + 1,
70 lastLayerDataId = auxIntermediateValue
86 struct DAAL_EXPORT Parameter:
public layers::Parameter
92 Parameter(
double alpha = 1.0);
98 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:66
daal::algorithms::neural_networks::layers::elu::auxData
Definition: elu_layer_types.h:68
daal::algorithms::neural_networks::layers::elu::interface1::Parameter::alpha
double alpha
Definition: elu_layer_types.h:94
daal::algorithms::neural_networks::layers::elu::interface1::Parameter
Parameters for the ELU layer.
Definition: elu_layer_types.h:86
daal::algorithms::neural_networks::layers::elu::defaultDense
Definition: elu_layer_types.h:59
daal::algorithms::neural_networks::layers::elu::Method
Method
Definition: elu_layer_types.h:57