C++ API Reference for Intel® Data Analytics Acceleration Library 2019

References | Namespaces | Classes | Enumerations

Contains classes of the softmax layer. More...

References

 Backward Softmax Layer
 Contains classes of the backward softmax layer.
 
 Forward Softmax Layer
 Contains classes of the forward softmax layer.
 

Namespaces

 daal::algorithms::neural_networks::layers::softmax
 Contains classes of the softmax layer.
 
 daal::algorithms::neural_networks::layers::softmax::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

class  Batch< algorithmFPType, method >
 Provides methods for the softmax layer in the batch processing mode. More...
 
class  Parameter
 Parameters for the softmax layer. More...
 

Enumerations

enum  Method { defaultDense = 0 }
 Computation methods for the softmax layer. More...
 
enum  LayerDataId { auxValue = layers::lastLayerInputLayout + 1 }
 Available identifiers of input objects for the softmax layer. More...
 

Enumeration Type Documentation

enum LayerDataId

Enumerator
auxValue 

Value computed at the forward stage of the layer

enum Method

Enumerator
defaultDense 

Default: performance-oriented method

For more complete information about compiler optimizations, see our Optimization Notice.