|
TensorRT
8.0.3
|
The TensorRT UFF parser API namespace. More...
Classes | |
| struct | FieldCollection |
| class | FieldMap |
| An array of field params used as a layer parameter for plugin layers. More... | |
| class | IUffParser |
| Class used for parsing models described using the UFF format. More... | |
Enumerations | |
| enum | UffInputOrder : int32_t { UffInputOrder::kNCHW = 0, UffInputOrder::kNHWC = 1, UffInputOrder::kNC = 2 } |
| The different possible supported input order. More... | |
| enum | FieldType : int32_t { FieldType::kFLOAT = 0, FieldType::kINT32 = 1, FieldType::kCHAR = 2, FieldType::kDIMS = 4, FieldType::kDATATYPE = 5, kUNKNOWN = 6 } |
| The possible field types for custom layer. More... | |
Functions | |
| IUffParser * | createUffParser () noexcept |
| Creates a IUffParser object. More... | |
| void | shutdownProtobufLibrary (void) noexcept |
| Shuts down protocol buffers library. More... | |
The TensorRT UFF parser API namespace.
|
strong |
The possible field types for custom layer.
| Enumerator | |
|---|---|
| kFLOAT | FP32 field type. |
| kINT32 | INT32 field type. |
| kCHAR | char field type. String for length>1. |
| kDIMS | nvinfer1::Dims field type. |
| kDATATYPE | nvinfer1::DataType field type. |
|
strong |
|
noexcept |
Creates a IUffParser object.
|
noexcept |
Shuts down protocol buffers library.
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