TensorRT  7.1.3.0
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 (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.
 

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 {PluginFieldType::kUNKNOWN}

Plugin field attribute type.

See also
PluginFieldType

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