|
TensorRT
7.1.3.0
|
Structure containing plugin attribute field names and associated data This information can be parsed to decode necessary plugin metadata. More...
#include <NvInferRuntimeCommon.h>
Public Member Functions | |
| PluginField (const char *name_=nullptr, const void *data_=nullptr, const PluginFieldType type_=PluginFieldType::kUNKNOWN, int32_t length_=0) | |
Public Attributes | |
| const char * | name {nullptr} |
| Plugin field attribute name. | |
| const void * | data {nullptr} |
| Plugin field attribute data. | |
| PluginFieldType | type {PluginFieldType::kUNKNOWN} |
| Plugin field attribute type. More... | |
| int32_t | length {0} |
| Number of data entries in the Plugin attribute. | |
Structure containing plugin attribute field names and associated data This information can be parsed to decode necessary plugin metadata.
| PluginFieldType nvinfer1::PluginField::type {PluginFieldType::kUNKNOWN} |
Plugin field attribute type.