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 | IPluginFactory |
Plugin factory used to configure plugins. More... | |
class | IPluginFactoryExt |
Plugin factory used to configure plugins with added support for TRT versioning. 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, FieldType::kUNKNOWN = 6 } |
The possible field types for custom layer. More... | |
Functions | |
IUffParser * | createUffParser () |
Creates a IUffParser object. More... | |
void | shutdownProtobufLibrary (void) |
Shuts down protocol buffers library. More... | |
The TensorRT UFF parser API namespace.
|
strong |
|
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. |
kUNKNOWN |
IUffParser* nvuffparser::createUffParser | ( | ) |
Creates a IUffParser object.
void nvuffparser::shutdownProtobufLibrary | ( | void | ) |
Shuts down protocol buffers library.