Contains classes for computing smooth rectified linear unit.
More...
|
class | Input |
| Input parameters for the SmoothReLU algorithm More...
|
|
class | Result |
| Results obtained with the compute() method of the SmoothReLU algorithm in the batch processing mode. More...
|
|
Available identifiers of input objects for the SmoothReLU algorithm
Enumerator |
---|
data |
Input data table
|
Available methods for computing math functions
Enumerator |
---|
defaultDense |
Default: performance-oriented method.
|
Available identifiers of results for the SmoothReLU algorithm
Enumerator |
---|
value |
Table to store the result. Contains the lower triangle matrix L of the
|