24 #ifndef __RELU_LAYER_TYPES_H__
25 #define __RELU_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,
69 lastLayerDataId = auxData
85 struct DAAL_EXPORT Parameter:
public layers::Parameter
95 using interface1::Parameter;
daal::algorithms::neural_networks::layers::relu::Method
Method
Definition: relu_layer_types.h:57
daal::algorithms::neural_networks::layers::relu::auxData
Definition: relu_layer_types.h:68
daal::algorithms::neural_networks::layers::relu::defaultDense
Definition: relu_layer_types.h:59
daal::algorithms::neural_networks::layers::relu::LayerDataId
LayerDataId
Identifiers of input objects for the backward relu layer and results for the forward relu layer...
Definition: relu_layer_types.h:66
daal::algorithms::neural_networks::layers::relu::interface1::Parameter
Parameters for the relu layer.
Definition: relu_layer_types.h:85