Contains classes for computing the rectified linear function.
More...
|
| class | Input |
| | Input objects for the rectified linear function More...
|
| |
| class | Result |
| | Results obtained with the compute() method of the rectified linear function in the batch processing mode. More...
|
| |
Available identifiers of input objects for the rectified linear function
| Enumerator |
|---|
| data |
Input data table
|
Computation methods for computing the rectified linear function
| Enumerator |
|---|
| defaultDense |
Default: performance-oriented method.
|
| fastCSR |
Fast: performance-oriented method. Works with Compressed Sparse Rows(CSR) numeric tables
|
Available identifiers of the result of the rectified linear function
| Enumerator |
|---|
| value |
Table to store the result
|