TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
nvuffparser::FieldMap Class Reference

An array of field params used as a layer parameter for plugin layers. More...

Collaboration diagram for nvuffparser::FieldMap:

Public Member Functions

 FieldMap (const char *name, const void *data, const FieldType type, int32_t length=1)
 

Public Attributes

const char * name
 
const void * data
 
FieldType type = FieldType::kUNKNOWN
 
int32_t length = 1
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FieldMap()

nvuffparser::FieldMap::FieldMap ( const char *  name,
const void *  data,
const FieldType  type,
int32_t  length = 1 
)

Member Data Documentation

◆ name

const char* nvuffparser::FieldMap::name

◆ data

const void* nvuffparser::FieldMap::data

◆ type

FieldType nvuffparser::FieldMap::type = FieldType::kUNKNOWN

◆ length

int32_t nvuffparser::FieldMap::length = 1

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