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

Method TDefHolder

tests/cpp/testing_object.h:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275class TDefHolder : public ObjectRef {
276 public:
277 explicit TDefHolder(TVarWithDep def_recursive, TVarWithDep def_non_recursive) {
278 data_ = make_object<TDefHolderObj>(std::move(def_recursive), std::move(def_non_recursive));
279 }
280
281 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE(TDefHolder, ObjectRef, TDefHolderObj);
282};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected