Abstract class that specifies the interface of the algorithms for computing kernel functions in the batch processing mode.
More...
◆ KernelIface()
Constructs an algorithm for computing kernel functions by copying input objects and parameters of another algorithm for computing kernel functions
- Parameters
-
[in] | other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
◆ clone()
Returns a pointer to the newly allocated algorithm for computing kernel functions with a copy of input objects and parameters of this algorithm for computing kernel functions
- Returns
- Pointer to the newly allocated algorithm
◆ getInput()
virtual Input* getInput |
( |
| ) |
|
|
pure virtual |
◆ getParameter()
◆ getResult()
Returns the structure that contains computed results of the kernel function algorithm
- Returns
- the Structure that contains computed results of the kernel function algorithm
◆ setResult()
Registers user-allocated memory to store results of the kernel function algorithm
- Parameters
-
[in] | res | Structure to store the results |
The documentation for this class was generated from the following file: