24 #ifndef __SMOOTHRELU_LAYER_TYPES_H__
25 #define __SMOOTHRELU_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
64 auxData = layers::lastLayerInputLayout + 1,
65 lastLayerDataId = auxData
80 struct DAAL_EXPORT Parameter:
public layers::Parameter
91 using interface1::Parameter;
daal::algorithms::neural_networks::layers::smoothrelu::auxData
Definition: smoothrelu_layer_types.h:64
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:62
daal::algorithms::neural_networks::layers::smoothrelu::defaultDense
Definition: smoothrelu_layer_types.h:55
daal::algorithms::neural_networks::layers::smoothrelu::interface1::Parameter
Parameters for the smoothrelu layer.
Definition: smoothrelu_layer_types.h:80
daal::algorithms::neural_networks::layers::smoothrelu::Method
Method
Computation methods for the smooth relu layer.
Definition: smoothrelu_layer_types.h:53