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

Function Object_Destroy

examples/abi_overview/example_code.c:163–166  ·  view source on GitHub ↗

[Object.Destroy.begin]

Source from the content-addressed store, hash-verified

161
162// [Object.Destroy.begin]
163void Object_Destroy(TVMFFIObject* obj) {
164 assert(obj != NULL);
165 TVMFFIObjectDecRef(obj);
166}
167// [Object.Destroy.end]
168
169// [Tensor.AccessDLTensor.begin]

Callers

nothing calls this directly

Calls 1

TVMFFIObjectDecRefFunction · 0.85

Tested by

no test coverage detected