48 #ifndef __NEURAL_NETWORKS__LCN_LAYER_TYPES_H__ 49 #define __NEURAL_NETWORKS__LCN_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 "data_management/data/homogen_numeric_table.h" 55 #include "services/daal_defines.h" 56 #include "algorithms/neural_networks/layers/layer_types.h" 62 namespace neural_networks
95 lastLayerDataId = auxInvMax
108 Indices(
size_t first,
size_t second) { dims[0] = first; dims[1] = second; }
118 class DAAL_EXPORT Parameter:
public layers::Parameter
126 data_management::TensorPtr kernel;
127 data_management::NumericTablePtr sumDimension;
129 double sigmaDegenerateCasesThreshold;
136 services::Status check() const DAAL_C11_OVERRIDE;
140 using interface1::Parameter;
daal::algorithms::neural_networks::layers::lcn::Indices::Indices
Indices(size_t first, size_t second)
Definition: lcn_layer_types.h:108
daal::services::interface1::Status
Class that holds the results of API calls. In case of API routine failure it contains the list of err...
Definition: error_handling.h:491
daal::algorithms::neural_networks::layers::lcn::Method
Method
Definition: lcn_layer_types.h:80
daal
Definition: algorithm_base_common.h:57
daal::algorithms::neural_networks::layers::interface1::Parameter
Definition: layer_types.h:110
daal::algorithms::neural_networks::layers::lcn::interface1::Parameter::indices
Indices indices
Definition: lcn_layer_types.h:128
daal::algorithms::neural_networks::layers::lcn::interface1::Parameter
local contrast normalization layer parameters
Definition: lcn_layer_types.h:118
daal::algorithms::neural_networks::layers::lcn::LayerDataId
LayerDataId
Definition: lcn_layer_types.h:89
daal::algorithms::neural_networks::layers::lcn::Indices
Data structure representing the indices of the two dimensions on which local contrast normalization i...
Definition: lcn_layer_types.h:101
daal::algorithms::neural_networks::layers::lcn::interface1::Parameter::sumDimension
data_management::NumericTablePtr sumDimension
Definition: lcn_layer_types.h:127
daal::algorithms::neural_networks::layers::lcn::interface1::Parameter::sigmaDegenerateCasesThreshold
double sigmaDegenerateCasesThreshold
Definition: lcn_layer_types.h:129
daal::algorithms::neural_networks::layers::lcn::defaultDense
Definition: lcn_layer_types.h:82