TensorRT  7.0.0.11
nvuffparser::FieldMap Class Reference

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

#include <NvUffParser.h>

Public Member Functions

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

Public Attributes

const char * name
 
const void * data
 
FieldType type = FieldType::kUNKNOWN
 
int 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


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