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

List of all members
Parameter Class Reference

Parameters for the softmax layer. More...

Class Declaration

class DAAL_EXPORT Parameter: public layers::Parameter
{
public:
Parameter(size_t _dimension = 1);
Parameter(const Parameter &other);
size_t dimension;
};
Deprecated:
This item will be removed in a future release.

Constructor & Destructor Documentation

Parameter ( size_t  _dimension = 1)

Constructs parameters of the softmax layer

Parameters
[in]_dimensionDimension index to calculate softmax
Deprecated:
This item will be removed in a future release.
Parameter ( const Parameter other)

Constructs parameters of the softmax layer by copying another parameters of the softmax layer

Parameters
[in]otherParameters of the softmax layer
Deprecated:
This item will be removed in a future release.

Member Data Documentation

size_t dimension

Dimension index to calculate softmax


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

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