Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Provides methods for the softmax layer in the batch processing mode. More...
SoftmaxBatch | ( | DaalContext | context, |
Class<?extends Number > | cls, | ||
SoftmaxMethod | method | ||
) |
Constructs the softmax layer
context | Context to manage the softmax layer |
cls | Data type to use in intermediate computations for the layer, Double.class or Float.class |
method | The layer computation method, SoftmaxMethod |
SoftmaxMethod method |
Computation method for the layer
SoftmaxParameter parameter |
Softmax layer parameters
|
protected |
Data type to use in intermediate computations for the layer
For more complete information about compiler optimizations, see our Optimization Notice.