Contains classes for computing the softmax function.
More...
|
class | Input |
| Input objects for the softmax function More...
|
|
class | Result |
| Results obtained with the compute() method of the softmax function in the batch processing mode. More...
|
|
Available identifiers of input objects for the softmax function
Enumerator |
---|
data |
Input data table
|
Computation methods for computing the softmax function
Enumerator |
---|
defaultDense |
Default: performance-oriented method.
|
Available identifiers of the result of the softmax function
Enumerator |
---|
value |
Table to store the result.
|