[Object.Destroy.begin]
| 161 | |
| 162 | // [Object.Destroy.begin] |
| 163 | void Object_Destroy(TVMFFIObject* obj) { |
| 164 | assert(obj != NULL); |
| 165 | TVMFFIObjectDecRef(obj); |
| 166 | } |
| 167 | // [Object.Destroy.end] |
| 168 | |
| 169 | // [Tensor.AccessDLTensor.begin] |
nothing calls this directly
no test coverage detected