Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Abstract class that specifies the interface of the algorithms for computing kernel functions in the batch processing mode. More...
Public Member Functions | |
| def | getInput |
| def | getParameter |
| def | getResult |
| def | setResult |
| def | clone |
Public Member Functions inherited from AlgorithmImpl | |
| def | computeNoThrow |
| def | compute |
| def | checkComputeParams |
| def | checkResult |
| def | setupCompute |
| def | resetCompute |
| def | enableResetOnCompute |
| def | hostApp |
| def | setHostApp |
Public Member Functions inherited from Algorithm | |
| def | checkComputeParams |
| def | getBaseParameter |
Public Member Functions inherited from AlgorithmIfaceImpl | |
| def | enableChecks |
| def | isChecksEnabled |
Public Member Functions inherited from AlgorithmIface | |
| def | checkComputeParams |
| def | checkResult |
| def | getMethod |
| def clone | ( | self | ) |
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
| def getInput | ( | self | ) |
Get input objects for the kernel function algorithm
| def getParameter | ( | self | ) |
Get parameters of the kernel function algorithm
| def getResult | ( | self | ) |
Returns the structure that contains computed results of the kernel function algorithm
| def setResult | ( | self, | |
| res | |||
| ) |
Registers user-allocated memory to store results of the kernel function algorithm
| res | Structure to store the results |
For more complete information about compiler optimizations, see our Optimization Notice.