TensorRT  5.1.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
nvinfer1::PluginField Class Reference

Structure containing plugin attribute field names and associated data This information can be parsed to decode necessary plugin metadata. More...

#include <NvInfer.h>

Public Member Functions

 PluginField (const char *name_=nullptr, const void *data_=nullptr, const PluginFieldType type_=PluginFieldType::kUNKNOWN, int length_=0)
 

Public Attributes

const char * name
 Plugin field attribute name.
 
const void * data
 Plugin field attribute data.
 
PluginFieldType type
 Plugin field attribute type. More...
 
int length
 Number of data entries in the Plugin attribute.
 

Detailed Description

Structure containing plugin attribute field names and associated data This information can be parsed to decode necessary plugin metadata.

Member Data Documentation

PluginFieldType nvinfer1::PluginField::type

Plugin field attribute type.

See Also
PluginFieldType

The documentation for this class was generated from the following file: