|
TensorRT 8.2.1
|
an object containing information about an error More...
#include <NvOnnxParser.h>
Public Member Functions | |
| virtual ErrorCode | code () const =0 |
| the error code | |
| virtual const char * | desc () const =0 |
| description of the error | |
| virtual const char * | file () const =0 |
| source file in which the error occurred | |
| virtual int | line () const =0 |
| source line at which the error occurred | |
| virtual const char * | func () const =0 |
| source function in which the error occurred | |
| virtual int | node () const =0 |
| index of the ONNX model node in which the error occurred | |
an object containing information about an error