48 #ifndef __SMOOTHRELU_LAYER_TYPES_H__
49 #define __SMOOTHRELU_LAYER_TYPES_H__
51 #include "algorithms/algorithm.h"
52 #include "data_management/data/tensor.h"
53 #include "data_management/data/homogen_tensor.h"
54 #include "services/daal_defines.h"
55 #include "algorithms/neural_networks/layers/layer_types.h"
61 namespace neural_networks
88 auxData = layers::lastLayerInputLayout + 1,
89 lastLayerDataId = auxData
104 struct DAAL_EXPORT Parameter:
public layers::Parameter
114 using interface1::Parameter;
daal
Definition: algorithm_base_common.h:57
daal::algorithms::neural_networks::layers::smoothrelu::LayerDataId
LayerDataId
Identifiers of input objects for the backward smooth relu layer and results for the forward smooth re...
Definition: smoothrelu_layer_types.h:86
daal::algorithms::neural_networks::layers::smoothrelu::auxData
Definition: smoothrelu_layer_types.h:88
daal::algorithms::neural_networks::layers::smoothrelu::interface1::Parameter
Parameters for the smoothrelu layer.
Definition: smoothrelu_layer_types.h:104
daal::algorithms::neural_networks::layers::smoothrelu::defaultDense
Definition: smoothrelu_layer_types.h:79
daal::algorithms::neural_networks::layers::smoothrelu::Method
Method
Computation methods for the smooth relu layer.
Definition: smoothrelu_layer_types.h:77