TensorRT  8.2.0
NvUffParser.h File Reference
#include "NvInfer.h"

Go to the source code of this file.

Classes

class  nvuffparser::FieldMap
 An array of field params used as a layer parameter for plugin layers. More...
 
struct  nvuffparser::FieldCollection
 
class  nvuffparser::IUffParser
 Class used for parsing models described using the UFF format. More...
 

Namespaces

 nvuffparser
 The TensorRT UFF parser API namespace.
 

Macros

#define UFF_REQUIRED_VERSION_MAJOR   0
 
#define UFF_REQUIRED_VERSION_MINOR   6
 
#define UFF_REQUIRED_VERSION_PATCH   9
 

Enumerations

enum  nvuffparser::UffInputOrder : int32_t { nvuffparser::UffInputOrder::kNCHW = 0, nvuffparser::UffInputOrder::kNHWC = 1, nvuffparser::UffInputOrder::kNC = 2 }
 The different possible supported input order. More...
 
enum  nvuffparser::FieldType : int32_t {
  nvuffparser::FieldType::kFLOAT = 0, nvuffparser::FieldType::kINT32 = 1, nvuffparser::FieldType::kCHAR = 2, nvuffparser::FieldType::kDIMS = 4,
  nvuffparser::FieldType::kDATATYPE = 5, kUNKNOWN = 6
}
 The possible field types for custom layer. More...
 

Functions

IUffParser * nvuffparser::createUffParser () noexcept
 Creates a IUffParser object. More...
 
void nvuffparser::shutdownProtobufLibrary (void) noexcept
 Shuts down protocol buffers library. More...
 

Detailed Description

This is the API for the UFF Parser