Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm-ffi
/ FuncThrowError
Function
FuncThrowError
tests/cpp/test_example.cc:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void FuncThrowError() {
103
namespace ffi = tvm::ffi;
104
TVM_FFI_THROW(TypeError) <<
"test0"
;
105
}
106
107
void ExampleErrorHandling() {
108
namespace ffi = tvm::ffi;
Callers
1
ExampleErrorHandling
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected