(self)
| 196 | self.backend_obj = backend_obj |
| 197 | |
| 198 | def __tvm_ffi_object__(self) -> Any: |
| 199 | return self.backend_obj |
| 200 | |
| 201 | x = tvm_ffi.convert([]) |
| 202 | assert isinstance(x, tvm_ffi.Object) |
nothing calls this directly
no outgoing calls
no test coverage detected