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

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;
};

Constructor & Destructor Documentation

◆ Parameter() [1/2]

Parameter ( size_t  _dimension = 1)

Constructs parameters of the softmax layer

Parameters
[in]_dimensionDimension index to calculate softmax

◆ Parameter() [2/2]

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

Member Data Documentation

◆ dimension

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.