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

Method TWithDefaultsObj

tests/cpp/testing_object.h:432–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430 bool default_bool;
431
432 TWithDefaultsObj(int64_t required_val, int64_t default_int, String default_str, bool default_bool)
433 : required_val(required_val),
434 default_int(default_int),
435 default_str(default_str),
436 default_bool(default_bool) {}
437 explicit TWithDefaultsObj(UnsafeInit) {}
438
439 static void RegisterReflection() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected