48 #ifndef __ABS_LAYER_TYPES_H__ 49 #define __ABS_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
91 auxData = layers::lastLayerInputLayout + 1,
92 lastLayerDataId = auxData
107 struct DAAL_EXPORT Parameter:
public layers::Parameter
116 using interface1::Parameter;
daal
Definition: algorithm_base_common.h:57
daal::algorithms::neural_networks::layers::interface1::Parameter
Definition: layer_types.h:110
daal::algorithms::neural_networks::layers::abs::defaultDense
Definition: abs_layer_types.h:82
daal::algorithms::neural_networks::layers::abs::LayerDataId
LayerDataId
Available identifiers of input objects for the abs layer.
Definition: abs_layer_types.h:89
daal::algorithms::neural_networks::layers::abs::auxData
Definition: abs_layer_types.h:91
daal::algorithms::neural_networks::layers::abs::interface1::Parameter
Parameters for the abs layer.
Definition: abs_layer_types.h:107
daal::algorithms::neural_networks::layers::abs::Method
Method
Computation methods for the abs layer.
Definition: abs_layer_types.h:80