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

List of all members
Batch Class Referenceabstract

Provides methods for the backward loss layer in the batch processing mode. More...

Class Declaration

Template Parameters
algorithmFPTypeData type to use in intermediate computations for the backward loss layer, double or float
Enumerations
References
Deprecated:
This item will be removed in a future release.

Constructor & Destructor Documentation

Batch ( )
inline

Default constructor

Deprecated:
This item will be removed in a future release.
Batch ( const Batch other)
inline

Constructs a backward loss layer by copying input objects and parameters of another backward loss layer in the batch processing mode

Parameters
[in]otherAlgorithm to use as the source to initialize the input objects and parameters of the layer
Deprecated:
This item will be removed in a future release.

Member Function Documentation

DAAL_DEPRECATED services::SharedPtr<Batch > clone ( ) const
inline

Returns a pointer to a newly allocated backward loss layer with a copy of the input objects and parameters for this backward loss layer in the batch processing mode

Returns
Pointer to the newly allocated layer
Deprecated:
This item will be removed in a future release.

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

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