TensorRT 8.2.1
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 <NvInferRuntimeCommon.h>

Public Member Functions

 PluginField (AsciiChar const *const name_=nullptr, void const *const data_=nullptr, PluginFieldType const type_=PluginFieldType::kUNKNOWN, int32_t const length_=0) noexcept
 

Public Attributes

AsciiChar const * name
 Plugin field attribute name.
 
void const * data
 Plugin field attribute data.
 
PluginFieldType type
 Plugin field attribute type. More...
 
int32_t 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

◆ type

PluginFieldType nvinfer1::PluginField::type

Plugin field attribute type.

See also
PluginFieldType

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