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

Method Object

include/tvm/ffi/object.h:211–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210 public:
211 Object() {
212 header_.combined_ref_count = 0;
213 header_.type_index = 0;
214 header_.__padding = 0;
215 header_.__ensure_align = 0;
216 }
217 /*!
218 * Check if the object is an instance of TargetType.
219 * \tparam TargetType The target type to be checked.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected