MCPcopy Create free account
hub / github.com/apache/tvm-ffi / ErrorBuilder

Method ErrorBuilder

include/tvm/ffi/error.h:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 public:
341 TVM_FFI_COLD_CODE
342 explicit ErrorBuilder(std::string kind, std::string backtrace, bool log_before_throw)
343 : kind_(std::move(kind)),
344 backtrace_(std::move(backtrace)),
345 log_before_throw_(log_before_throw) {}
346
347 TVM_FFI_COLD_CODE
348 explicit ErrorBuilder(std::string kind, const TVMFFIByteArray* backtrace, bool log_before_throw)

Callers

nothing calls this directly

Calls 1

FullMessageMethod · 0.80

Tested by

no test coverage detected