Define TVM_FFI_THROW#
Defined in File error.h
Define Documentation#
-
TVM_FFI_THROW(ErrorKind)#
Helper macro to throw an error with backtrace and message.
void ThrowError() { TVM_FFI_THROW(RuntimeError) << "error message"; }
Defined in File error.h
Helper macro to throw an error with backtrace and message.
void ThrowError() {
TVM_FFI_THROW(RuntimeError) << "error message";
}