Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects for the kernel function algorithm More...
Public Member Functions | |
def | __init__ |
def | get |
def | set |
![]() | |
def | __init__ |
def | check |
![]() | |
def | __init__ |
def | __lshift__ |
def | size |
def __init__ | ( | self, | |
args | |||
) |
__init__(daal.algorithms.kernel_function.Input self) -> Input
def get | ( | self, | |
id | |||
) |
Returns the input object of the kernel function algorithm
id | Identifier of the input object |
def set | ( | self, | |
id, | |||
ptr | |||
) |
Sets the input object of the kernel function algorithm
id | Identifier of the input object |
ptr | Pointer to the input object |
For more complete information about compiler optimizations, see our Optimization Notice.