Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Base class to represent final results of the computation. More...
Public Member Functions | |
| def | __init__ |
| def | getSerializationTag |
| def | check |
Public Member Functions inherited from SerializationIface | |
| def | serialize |
| def | deserialize |
| def | getSerializationTag |
Public Member Functions inherited from Base | |
| def | __init__ |
Public Member Functions inherited from Argument | |
| 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.