Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

List of all members

Class that specifies parameters of the softmax cross-entropy layer. More...

Class Constructor

Constructs the parameters for the softmax cross-entropy layer

Detailed Description

Member Function Documentation

double getAccuracyThreshold ( )

Gets the value needed to avoid degenerate cases in logarithm computing

double getDimension ( )

Gets the dimension index used to calculate softmax cross-entropy

void setAccuracyThreshold ( double  accuracyThreshold)

Sets the value needed to avoid degenerate cases in logarithm computing

Parameters
accuracyThresholdValue needed to avoid degenerate cases in logarithm computing
void setDimension ( double  dimension)

Sets the dimension index used to calculate softmax cross-entropy

Parameters
dimensionDimension index used 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.