MCPcopy 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

26using namespace tvm::ffi;
27
28void ThrowRuntimeError() { TVM_FFI_THROW(RuntimeError) << "test0"; }
29
30TEST(Error, Backtrace) {
31 EXPECT_THROW(

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected