(self)
| 352 | self.device = device |
| 353 | |
| 354 | def __dlpack_device__(self) -> tuple[int, int]: |
| 355 | return (self.device.dlpack_device_type(), self.device.index) |
| 356 | |
| 357 | fecho = tvm_ffi.get_global_func("testing.echo") |
| 358 | x = DLPackDeviceProtocol(device) |
nothing calls this directly
no outgoing calls
no test coverage detected