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