C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

List of all members

Parameters for the softmax cross-entropy layer. More...

Class Declaration

class DAAL_EXPORT Parameter: public layers::Parameter
{
public:
Parameter(const double accuracyThreshold_ = 1.0e-04, const size_t dimension_ = 1);
size_t dimension;
virtual services::Status check() const;
};

Constructor & Destructor Documentation

Parameter ( const double  accuracyThreshold_ = 1.0e-04,
const size_t  dimension_ = 1 
)

Constructs parameters of the softmax cross-entropy layer

Parameters
[in]accuracyThreshold_Value needed to avoid degenerate cases in logarithm computing
[in]dimension_Dimension index to calculate softmax cross-entropy

Member Function Documentation

virtual services::Status check ( ) const
virtual

Checks the correctness of the parameter

Returns
Status of computations

Member Data Documentation

double accuracyThreshold

Value needed to avoid degenerate cases in logarithm computing

size_t dimension

Dimension index to calculate softmax cross-entropy


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

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