Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Base class to represent computation input arguments. More...
Public Member Functions | |
def | __init__ |
def | check |
![]() | |
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.