48 #ifndef __RELU_LAYER_TYPES_H__
49 #define __RELU_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
92 auxData = layers::lastLayerInputLayout + 1,
93 lastLayerDataId = auxData
108 struct DAAL_EXPORT Parameter:
public layers::Parameter
117 using interface1::Parameter;
daal::algorithms::neural_networks::layers::relu::Method
Method
Definition: relu_layer_types.h:81
daal
Definition: algorithm_base_common.h:57
daal::algorithms::neural_networks::layers::relu::interface1::Parameter
Parameters for the relu layer.
Definition: relu_layer_types.h:108
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:90
daal::algorithms::neural_networks::layers::relu::auxData
Definition: relu_layer_types.h:92
daal::algorithms::neural_networks::layers::relu::defaultDense
Definition: relu_layer_types.h:83