22 #ifndef __ABS_LAYER_TYPES_H__
23 #define __ABS_LAYER_TYPES_H__
25 #include "algorithms/algorithm.h"
26 #include "data_management/data/tensor.h"
27 #include "data_management/data/homogen_tensor.h"
28 #include "services/daal_defines.h"
29 #include "algorithms/neural_networks/layers/layer_types.h"
35 namespace neural_networks
65 auxData = layers::lastLayerInputLayout + 1,
66 lastLayerDataId = auxData
81 struct DAAL_EXPORT Parameter:
public layers::Parameter
90 using interface1::Parameter;
daal
Definition: algorithm_base_common.h:31
daal::algorithms::neural_networks::layers::abs::Method
Method
Computation methods for the abs layer.
Definition: abs_layer_types.h:54
daal::algorithms::neural_networks::layers::abs::LayerDataId
LayerDataId
Available identifiers of input objects for the abs layer.
Definition: abs_layer_types.h:63
daal::algorithms::neural_networks::layers::abs::interface1::Parameter
Parameters for the abs layer.
Definition: abs_layer_types.h:81
daal::algorithms::neural_networks::layers::abs::defaultDense
Definition: abs_layer_types.h:56
daal::algorithms::neural_networks::layers::abs::auxData
Definition: abs_layer_types.h:65