TensorRT 8.6.1
nvonnxparser::IParserError Class Referenceabstract

an object containing information about an error More...

#include <NvOnnxParser.h>

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

◆ func()

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

source function in which the error occurred

◆ line()

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

source line at 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:

  Copyright © 2024 NVIDIA Corporation
  Privacy Policy | Manage My Privacy | Do Not Sell or Share My Data | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact