TensorRT 8.4.3
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 (char const *name, void const *data, const FieldType type, int32_t length=1)
 

Public Attributes

char const * name
 
void const * 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 ( char const *  name,
void const *  data,
const FieldType  type,
int32_t  length = 1 
)

Member Data Documentation

◆ data

void const* nvuffparser::FieldMap::data

◆ length

int32_t nvuffparser::FieldMap::length = 1

◆ name

char const* nvuffparser::FieldMap::name

◆ type

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

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

  Copyright © 2024 NVIDIA Corporation
  Privacy Policy | Manage My Privacy | Do Not Sell or Share My Data | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact