TensorRT 8.6.1
|
An array of field params used as a layer parameter for plugin layers. More...
#include <NvUffParser.h>
Public Member Functions | |
TRT_DEPRECATED | FieldMap (char const *name, void const *data, FieldType const type, int32_t length=1) |
FieldMap ()=default | |
Default constructor. More... | |
Public Attributes | |
char const * | name {} |
void const * | 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
TRT_DEPRECATED nvuffparser::FieldMap::FieldMap | ( | char const * | name, |
void const * | data, | ||
FieldType const | type, | ||
int32_t | length = 1 |
||
) |
|
default |
Default constructor.
void const* nvuffparser::FieldMap::data {} |
int32_t nvuffparser::FieldMap::length {1} |
char const* nvuffparser::FieldMap::name {} |
FieldType nvuffparser::FieldMap::type {FieldType::kUNKNOWN} |