C++ API Reference for Intel® Data Analytics Acceleration Library 2019
Parameters for the softmax cross-entropy layer. More...
| Parameter | ( | const double | accuracyThreshold_ = 1.0e-04, |
| const size_t | dimension_ = 1 |
||
| ) |
Constructs parameters of the softmax cross-entropy layer
| [in] | accuracyThreshold_ | Value needed to avoid degenerate cases in logarithm computing |
| [in] | dimension_ | Dimension index to calculate softmax cross-entropy |
|
virtual |
Checks the correctness of the parameter
| double accuracyThreshold |
Value needed to avoid degenerate cases in logarithm computing
| size_t dimension |
Dimension index to calculate softmax cross-entropy
For more complete information about compiler optimizations, see our Optimization Notice.