|
TensorRT
7.1.3.0
|
#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::IPluginFactory |
| Plugin factory used to configure plugins. More... | |
| class | nvuffparser::IPluginFactoryExt |
| Plugin factory used to configure plugins with added support for TRT versioning. More... | |
| 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 : int { nvuffparser::UffInputOrder::kNCHW = 0, nvuffparser::UffInputOrder::kNHWC = 1, nvuffparser::UffInputOrder::kNC = 2 } |
| The different possible supported input order. More... | |
| enum | nvuffparser::FieldType : int { 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 () |
| Creates a IUffParser object. More... | |
| void | nvuffparser::shutdownProtobufLibrary (void) |
| Shuts down protocol buffers library. More... | |
This is the API for the UFF Parser