Python* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Class representing an engine. More...
Public Member Functions | |
def | saveState |
def | loadState |
![]() | |
def | computeNoThrow |
def | compute |
def | checkComputeParams |
def | checkResult |
def | setupCompute |
def | resetCompute |
def | enableResetOnCompute |
![]() | |
def | checkComputeParams |
def | getBaseParameter |
![]() | |
def | enableChecks |
def | isChecksEnabled |
def | getErrors |
![]() | |
def | checkComputeParams |
def | checkResult |
def | getMethod |
def | getErrors |
Static Public Attributes | |
input = ... | |
def loadState | ( | self, | |
src | |||
) |
Rewrites current state with source one
src | Source state |
def saveState | ( | self, | |
dest | |||
) |
Saves current engine state to destination
dest | Destination to save the state |
|
static |
Input of the engine
For more complete information about compiler optimizations, see our Optimization Notice.