MCPcopy 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
102void FuncThrowError() {
103 namespace ffi = tvm::ffi;
104 TVM_FFI_THROW(TypeError) << "test0";
105}
106
107void ExampleErrorHandling() {
108 namespace ffi = tvm::ffi;

Callers 1

ExampleErrorHandlingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected