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 | |
IOnnxConfig * | createONNXConfig () |
template<typename T > | |
int32_t | EnumMax () |
template<> | |
int32_t | EnumMax< ErrorCode > () |
The TensorRT ONNX parser API namespace.
|
strong |
IOnnxConfig* nvonnxparser::createONNXConfig | ( | ) |
|
inline |
|
inline |