(&self, f: &mut std::fmt::Formatter<'_>)
| 133 | |
| 134 | impl std::fmt::Debug for RocmBackend { |
| 135 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 136 | f.debug_struct("RocmBackend").field("device", &"rocm").finish() |
| 137 | } |
| 138 | } |
| 139 | |
| 140 | impl Drop for RocmBackend { |
nothing calls this directly
no outgoing calls
no test coverage detected