C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Batch< algorithmFPType, method > Class Template Reference

Computes the result of the forward and backward local contrast normalization layer of neural network in the batch processing mode. More...

Class Declaration

template<typename algorithmFPType = DAAL_ALGORITHM_FP_TYPE, Method method = defaultDense>
class daal::algorithms::neural_networks::layers::lcn::interface1::Batch< algorithmFPType, method >

Template Parameters
algorithmFPTypeData type to use in intermediate computations for the local contrast normalization layer, double or float
methodBatch local contrast normalization layer computation method, Method
References
 - \ref forward::interface1::Batch  "forward::Batch" class

 - \ref backward::interface1::Batch "backward::Batch" class
Deprecated:
This item will be removed in a future release.

Constructor & Destructor Documentation

DAAL_DEPRECATED Batch ( )
inline

Default constructor

Deprecated:
This item will be removed in a future release.

Member Data Documentation

Parameter parameter

Parameters of the layer


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.