|
VART-X
0.3.0
|
Contains information related to an argument for the PL kernel. More...
#include <vart_plkernel_types.hpp>
Public Attributes | |
| std::string | arg_name |
| std::string | arg_type |
| std::string | arg_data_type |
| unsigned int | arg_index |
| size_t | arg_size |
| int | mem_index |
Contains information related to an argument for the PL kernel.
| vart::ArgumentInfo::arg_data_type |
Data type of the argument.
| vart::ArgumentInfo::arg_index |
Index of the argument.
| vart::ArgumentInfo::arg_name |
Name of the argument.
| vart::ArgumentInfo::arg_size |
Size of the argument. Arg size is 0 if the arg type is a scalar.
| vart::ArgumentInfo::arg_type |
Type of the argument whether it is a scalar or non-scalar.
| vart::ArgumentInfo::mem_index |
Memory index on which the argument is attached, required to allocate VartMemory. Mem index is -1 if the arg type is a scalar.