![]() |
TIOVX User Guide
|
Matrix object (OpenVX equivalent = vx_matrix) More...
Inherits tiovx.reference.Reference.
Public Member Functions | |
| def | __init__ (self, data_type, columns, rows, access_type="Host", in_file_addr="./", out_file_addr="./", name="default") |
| Constructor used to create this object. More... | |
Matrix object (OpenVX equivalent = vx_matrix)
| def tiovx.matrix.Matrix.__init__ | ( | self, | |
| data_type, | |||
| columns, | |||
| rows, | |||
access_type = "Host", |
|||
in_file_addr = "./", |
|||
out_file_addr = "./", |
|||
name = "default" |
|||
| ) |
Constructor used to create this object.
| data_type | [in] Data type. tiovx::enums::Type |
| columns | [in] Columns |
| rows | [in] Rows |
| 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 |