TensorRT  7.1.3.0
nvonnxparser Namespace Reference

The TensorRT ONNX parser API namespace. More...

Classes

class  IOnnxConfig
 Configuration Manager Class. More...
 
class  IParser
 an object for parsing ONNX models into a TensorRT network definition More...
 
class  IParserError
 an object containing information about an error More...
 

Enumerations

enum  ErrorCode : int {
  kSUCCESS = 0, kINTERNAL_ERROR = 1, kMEM_ALLOC_FAILED = 2, kMODEL_DESERIALIZE_FAILED = 3,
  kINVALID_VALUE = 4, kINVALID_GRAPH = 5, kINVALID_NODE = 6, kUNSUPPORTED_GRAPH = 7,
  kUNSUPPORTED_NODE = 8
}
 

Functions

IOnnxConfigcreateONNXConfig ()
 
template<typename T >
int EnumMax ()
 
template<>
int EnumMax< ErrorCode > ()
 

Detailed Description

The TensorRT ONNX parser API namespace.