Searched refs:disable_saved_tensors_hooks (Results 1 – 7 of 7) sorted by relevance
1162 @torch.autograd.graph.disable_saved_tensors_hooks("This is not supported")1199 @torch.autograd.graph.disable_saved_tensors_hooks("This is not supported")1211 with torch.autograd.graph.disable_saved_tensors_hooks(1239 @torch.autograd.graph.disable_saved_tensors_hooks("This is not supported")1241 @torch.autograd.graph.disable_saved_tensors_hooks(1257 with torch.autograd.graph.disable_saved_tensors_hooks(1291 with torch.autograd.graph.disable_saved_tensors_hooks(
1121 with torch.autograd.graph.disable_saved_tensors_hooks("hooks are disabled"):1128 with torch.autograd.graph.disable_saved_tensors_hooks("hooks are disabled"):
89 torch.autograd.graph.disable_saved_tensors_hooks,314 elif self.value is torch.autograd.graph.disable_saved_tensors_hooks:
47 with torch.autograd.graph.disable_saved_tensors_hooks(message):
352 def disable_saved_tensors_hooks(error_message): function
357 .. autoclass:: torch.autograd.graph.disable_saved_tensors_hooks
9483 with torch.autograd.graph.disable_saved_tensors_hooks("error message"):9492 with torch.autograd.graph.disable_saved_tensors_hooks("error message"):9498 with torch.autograd.graph.disable_saved_tensors_hooks("outer"):9499 with torch.autograd.graph.disable_saved_tensors_hooks("inner"):