Function tvm::function::ffi::TVMGetLastError[][src]

pub unsafe extern "C" fn TVMGetLastError() -> *const i8
Expand description

\brief return str message of the last error all function in this file will return 0 when success and nonzero when an error occurred, TVMGetLastError can be called to retrieve the error

this function is threadsafe and can be called by different thread \return error info