Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Base class to represent computation input and output arguments. More...
Public Member Functions | |
| def | __init__ |
| def | __lshift__ |
| def | size |
| def __init__ | ( | self, | |
| args | |||
| ) |
Constructs conputation argument that contains n elements
| n | Number of elements in the argument |
| def __lshift__ | ( | self, | |
| val | |||
| ) |
Inserts element into this argument structure
| val | Element to insert |
| def size | ( | self | ) |
Retrieves number of elements in the argument
For more complete information about compiler optimizations, see our Optimization Notice.