Computes the rectified linear function in the batch processing mode.
More...
◆ Batch() [1/2]
Constructs the rectified linear function by copying input objects of another rectified linear function
- Parameters
-
context | Context to manage the rectified linear function |
other | An function to be used as the source to initialize the input objects of the function |
◆ Batch() [2/2]
Constructs the rectified linear function
- Parameters
-
context | Context to manage the rectified linear function |
cls | Data type to use in intermediate computations for the rectified linear function, Double.class or Float.class |
method | The rectified linear function computation method, Method |
◆ clone()
Returns the newly allocated rectified linear function with a copy of input objects of this rectified linear function
- Parameters
-
context | Context to manage the rectified linear function |
- Returns
- The newly allocated function
◆ compute()
Computes the rectified linear function
- Returns
- The rectified linear function results
◆ setResult()
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store results of the rectified linear function
- Parameters
-
result | Structure to store results of the rectified linear function |
◆ input
◆ method
Computation method for the function
The documentation for this class was generated from the following file: