Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
SoftmaxCrossParameter Class Reference

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

Class Constructor

◆ SoftmaxCrossParameter()

Constructs the parameters for the softmax cross-entropy layer

Detailed Description

Member Function Documentation

◆ getAccuracyThreshold()

double getAccuracyThreshold ( )

Gets the value needed to avoid degenerate cases in logarithm computing

◆ getDimension()

double getDimension ( )

Gets the dimension index used to calculate softmax cross-entropy

◆ setAccuracyThreshold()

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

◆ setDimension()

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.