An array of field params used as a layer parameter for plugin layers. More...
Public Member Functions | |
FieldMap (const char *name, const void *data, const FieldType type, int32_t length=1) | |
Public Attributes | |
const char * | name |
const void * | data |
FieldType | type = FieldType::kUNKNOWN |
int32_t | length = 1 |
An array of field params used as a layer parameter for plugin layers.
The node fields are passed by the parser to the API through the plugin constructor. The implementation of the plugin should parse the contents of the fieldMap as part of the plugin constructor
nvuffparser::FieldMap::FieldMap | ( | const char * | name, |
const void * | data, | ||
const FieldType | type, | ||
int32_t | length = 1 |
||
) |
const char* nvuffparser::FieldMap::name |
const void* nvuffparser::FieldMap::data |
FieldType nvuffparser::FieldMap::type = FieldType::kUNKNOWN |
int32_t nvuffparser::FieldMap::length = 1 |