Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm-ffi
/ ThrowRuntimeError
Function
ThrowRuntimeError
tests/cpp/test_error.cc:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
using namespace tvm::ffi;
27
28
void ThrowRuntimeError() { TVM_FFI_THROW(RuntimeError) <<
"test0"
; }
29
30
TEST(Error, Backtrace) {
31
EXPECT_THROW(
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected