C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Provides methods to run implementations of the of the forward local response normalization layer This class is associated with the daal::algorithms::neural_networks::layers::lrn::forward::Batch class and supports the method of forward local response normalization layer computation in the batch processing mode. More...
algorithmFPType | Data type to use in intermediate computations of forward local response normalization layer, double or float |
method | Computation method of the layer, daal::algorithms::neural_networks::layers::lrn::Method |
cpu | Version of the cpu-specific implementation of the layer, daal::CpuType |
BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for the forward local response normalization layer with a specified environment in the batch processing mode
[in] | daalEnv | Environment object |
~BatchContainer | ( | ) |
Default destructor
|
virtual |
Computes the result of the forward local response normalization layer in the batch processing mode
Implements AlgorithmContainer< mode >.
For more complete information about compiler optimizations, see our Optimization Notice.