24 #ifndef __ABS_LAYER_TYPES_H__
25 #define __ABS_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
67 auxData = layers::lastLayerInputLayout + 1,
68 lastLayerDataId = auxData
84 struct DAAL_EXPORT Parameter:
public layers::Parameter
94 using interface1::Parameter;
daal::algorithms::neural_networks::layers::abs::LayerDataId
LayerDataId
Available identifiers of input objects for the abs layer.
Definition: abs_layer_types.h:65
daal::algorithms::neural_networks::layers::abs::defaultDense
Definition: abs_layer_types.h:58
daal::algorithms::neural_networks::layers::abs::interface1::Parameter
Parameters for the abs layer.
Definition: abs_layer_types.h:84
daal::algorithms::neural_networks::layers::abs::Method
Method
Computation methods for the abs layer.
Definition: abs_layer_types.h:56
daal::algorithms::neural_networks::layers::abs::auxData
Definition: abs_layer_types.h:67