Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Base class to represent computation input arguments. More...
Public Member Functions | |
| def | __init__ |
| def | check |
Public Member Functions inherited from Argument | |
| def | __init__ |
| def | __lshift__ |
| def | size |
Algorithm-specific input arguments are represented as derivative classes of the Input class.
| def __init__ | ( | self, | |
| args | |||
| ) |
Constructs input arguments with n elements
| n | Number of elements in the input argument |
| def check | ( | self, | |
| parameter, | |||
| method | |||
| ) |
Checks the correctness of the input arguments
| parameter | Pointer to the parameters of the algorithm |
| method | Computation method |
For more complete information about compiler optimizations, see our Optimization Notice.