Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Base class to represent final results of the computation. More...
Public Member Functions | |
def | __init__ |
def | getSerializationTag |
def | check |
![]() | |
def | serialize |
def | deserialize |
def | getSerializationTag |
![]() | |
def | __init__ |
![]() | |
def | __init__ |
def | __lshift__ |
def | size |
Algorithm-specific final results are represented as derivative classes of the Result class.
def __init__ | ( | self, | |
args | |||
) |
Constructs final results with n elements
n | Number of elements in the final results |
def check | ( | self, | |
args | |||
) |
Checks the correctness of the final results structure
input | Pointer to the input arguments of the algorithm |
parameter | Pointer to the parameters of the algorithm |
method | Computation method |
Checks the correctness of the partial result structure
partialResult | Pointer to the partial result arguments of the algorithm |
parameter | Pointer to the parameters of the algorithm |
method | Computation method |
def getSerializationTag | ( | self | ) |
For more complete information about compiler optimizations, see our Optimization Notice.