TIOVX User Guide
|
Array object (OpenVX equivalent = vx_array) More...
Inherits tiovx.reference.Reference.
Public Member Functions | |
def | __init__ (self, item_type, capacity, access_type="Host", in_file_addr="./", out_file_addr="./", name="default") |
Constructor used to create this object. More... | |
Array object (OpenVX equivalent = vx_array)
def tiovx.array.Array.__init__ | ( | self, | |
item_type, | |||
capacity, | |||
access_type = "Host" , |
|||
in_file_addr = "./" , |
|||
out_file_addr = "./" , |
|||
name = "default" |
|||
) |
Constructor used to create this object.
item_type | [in] Data type. tiovx::enums::Type |
capacity | [in] Number of elements that can be stored in the Array |
access_type | [in] [optional] Memory access type |
in_file_addr | [in] [optional] In the case of memory accessed from file, the path to the input file |
out_file_addr | [in] [optional] In the case of memory outputted to file, the path to the output file |
name | [in] [optional] Name of the object |