(self, type, value, tb)
| 183 | return self |
| 184 | |
| 185 | def __exit__(self, type, value, tb): |
| 186 | torch.cuda.empty_cache() |
| 187 | if type is not None: |
| 188 | logger.warning("A exception occurred during Engine initialization, give up running process") |
| 189 | return False |
nothing calls this directly
no outgoing calls
no test coverage detected