()
| 155 | handle._clear_cache() |
| 156 | |
| 157 | def reset(): |
| 158 | handle = _DECORATOR_HANDLE |
| 159 | if handle is None or not handle.is_active(): |
| 160 | return |
| 161 | handle._deactivate() |
| 162 | utils.set_func(torch.nn.modules.module.Module, 'half', _ORIGINAL_MODULE_HALF) |
nothing calls this directly
no test coverage detected