TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nvonnxparser Namespace Reference

The TensorRT ONNX parser API namespace. More...

Namespaces

 anonymous_namespace{NvOnnxParser.h}
 

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 {
  ErrorCode::kSUCCESS = 0,
  ErrorCode::kINTERNAL_ERROR = 1,
  ErrorCode::kMEM_ALLOC_FAILED = 2,
  ErrorCode::kMODEL_DESERIALIZE_FAILED = 3,
  ErrorCode::kINVALID_VALUE = 4,
  ErrorCode::kINVALID_GRAPH = 5,
  ErrorCode::kINVALID_NODE = 6,
  ErrorCode::kUNSUPPORTED_GRAPH = 7,
  ErrorCode::kUNSUPPORTED_NODE = 8
}
 

Functions

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

Detailed Description

The TensorRT ONNX parser API namespace.

Enumeration Type Documentation

◆ ErrorCode

Enumerator
kSUCCESS 
kINTERNAL_ERROR 
kMEM_ALLOC_FAILED 
kMODEL_DESERIALIZE_FAILED 
kINVALID_VALUE 
kINVALID_GRAPH 
kINVALID_NODE 
kUNSUPPORTED_GRAPH 
kUNSUPPORTED_NODE 

Function Documentation

◆ createONNXConfig()

IOnnxConfig* nvonnxparser::createONNXConfig ( )

◆ EnumMax()

template<typename T >
int32_t nvonnxparser::EnumMax ( )
inline

◆ EnumMax< ErrorCode >()

template<>
int32_t nvonnxparser::EnumMax< ErrorCode > ( )
inline