TVM  0.9.4
tvm::exception::Exception Class Reference

#include <tvm/exception/exceptions.h>

Inheritance diagram for tvm::exception::Exception:
Collaboration diagram for tvm::exception::Exception:

Public Member Functions

 Exception ()
 
 Exception (const std::string &what)
 
 Exception (const char *what)
 
const char * what () const noexcept override
 

Detailed Description

Base exception class for TVM specific exceptions

Constructor & Destructor Documentation

◆ Exception() [1/3]

tvm::exception::Exception::Exception ( )
inline

◆ Exception() [2/3]

tvm::exception::Exception::Exception ( const std::string &  what)
inline

◆ Exception() [3/3]

tvm::exception::Exception::Exception ( const char *  what)
inline

Member Function Documentation

◆ what()

const char* tvm::exception::Exception::what ( ) const
inlineoverridenoexcept

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