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