Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Class that specifies parameters of the softmax cross-entropy layer. More...
SoftmaxCrossParameter | ( | DaalContext | context | ) |
Constructs the parameters for the softmax cross-entropy layer
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
accuracyThreshold | Value needed to avoid degenerate cases in logarithm computing |
void setDimension | ( | double | dimension | ) |
Sets the dimension index used to calculate softmax cross-entropy
dimension | Dimension index used to calculate softmax cross-entropy |
For more complete information about compiler optimizations, see our Optimization Notice.