TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
nvonnxparser::IParserError Class Referenceabstract

an object containing information about an error More...

Public Member Functions

virtual ErrorCode code () const =0
 the error code More...
 
virtual const char * desc () const =0
 description of the error More...
 
virtual const char * file () const =0
 source file in which the error occurred More...
 
virtual int line () const =0
 source line at which the error occurred More...
 
virtual const char * func () const =0
 source function in which the error occurred More...
 
virtual int node () const =0
 index of the ONNX model node in which the error occurred More...
 

Protected Member Functions

virtual ~IParserError ()
 

Detailed Description

an object containing information about an error

Constructor & Destructor Documentation

◆ ~IParserError()

virtual nvonnxparser::IParserError::~IParserError ( )
inlineprotectedvirtual

Member Function Documentation

◆ code()

virtual ErrorCode nvonnxparser::IParserError::code ( ) const
pure virtual

the error code

◆ desc()

virtual const char* nvonnxparser::IParserError::desc ( ) const
pure virtual

description of the error

◆ file()

virtual const char* nvonnxparser::IParserError::file ( ) const
pure virtual

source file in which the error occurred

◆ line()

virtual int nvonnxparser::IParserError::line ( ) const
pure virtual

source line at which the error occurred

◆ func()

virtual const char* nvonnxparser::IParserError::func ( ) const
pure virtual

source function in which the error occurred

◆ node()

virtual int nvonnxparser::IParserError::node ( ) const
pure virtual

index of the ONNX model node in which the error occurred


The documentation for this class was generated from the following file: