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