|
TensorRT
8.0.3
|
#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... | |
This is the API for the UFF Parser
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