Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Class that specifies parameters of the softmax layer. More...
| SoftmaxParameter | ( | DaalContext | context | ) |
Constructs the forward softmax layer parameter
| context | Context to manage the forward softmax layer parameter |
| long getDimension | ( | ) |
Gets the index of the dimension to calculate softmax
| void setDimension | ( | long | dimension | ) |
Sets the index of the dimension to calculate softmax
| dimension | SoftmaxIndex of the dimension to calculate softmax |
For more complete information about compiler optimizations, see our Optimization Notice.