C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

List of all members

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

Class Declaration

Template Parameters
algorithmFPTypeData type to use in intermediate computations for the forward loss layer, double or float
Enumerations
References

Constructor & Destructor Documentation

Batch ( )
inline

Default constructor

Batch ( const Batch other)
inline

Constructs a forward loss layer by copying input objects and parameters of another forward 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

Member Function Documentation

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

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

Returns
Pointer to the newly allocated algorithm

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

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