Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects for the absolute value function More...
Public Member Functions | |
def | __init__ |
def | get |
def | set |
def | check |
![]() | |
def | __init__ |
def | check |
![]() | |
def | __init__ |
def | __lshift__ |
def | size |
def __init__ | ( | self, | |
args | |||
) |
Default constructor
Copy constructor
def check | ( | self, | |
par, | |||
method | |||
) |
Checks an input object for the absolute value function
par | Function parameter |
method | Computation method |
def get | ( | self, | |
id | |||
) |
Returns an input object for the absolute value function
id | Identifier of the input object |
def set | ( | self, | |
id, | |||
ptr | |||
) |
Sets an input object for the absolute value function
id | Identifier of the input object |
ptr | Pointer to the object |
For more complete information about compiler optimizations, see our Optimization Notice.