torch.optim.RemovableHandle export interface RemovableHandle { remove: () => void; } remove(() => void) Removable hook handle.