Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Interface for computing the Sum of functions in the batch processing mode. More...
Public Member Functions | |
| def | clone |
| def | compute |
Public Member Functions inherited from Batch | |
| def | getResult |
| def | setResult |
| def | clone |
| def | compute |
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 |
| def | getErrors |
Public Member Functions inherited from AlgorithmIface | |
| def | checkComputeParams |
| def | checkResult |
| def | getMethod |
| def | getErrors |
Static Public Attributes | |
| sumOfFunctionsParameter = ... | |
| sumOfFunctionsInput = ... | |
| def clone | ( | self | ) |
Returns a pointer to the newly allocated Sum of functions with a copy of input objects of this Sum of functions
| def compute | ( | self | ) |
Invokes computations
|
static |
Pointer to the input to use one object in inherited class
|
static |
Pointer to the parameter to use one object in inherited class
For more complete information about compiler optimizations, see our Optimization Notice.