pytorch/torch/autograd
2025-07-09 11:02:22 +00:00
..
_functions Refactor to use torch.accelerator.device_index instead of torch.cuda.device for generic device context manager (#148880) 2025-04-25 09:45:25 +00:00
__init__.py mypy 1.16.0 (#155821) 2025-06-14 18:18:43 +00:00
anomaly_mode.py [BE][PYFMT] migrate PYFMT for torch/[a-c]*/ to ruff format (#144554) 2025-07-03 18:56:07 +00:00
forward_ad.py [pytree] add APIs to determine a class is a namedtuple or PyStructSequence (#113257) 2025-04-01 10:40:43 +00:00
function.py [BE][PYFMT] migrate PYFMT for torch/[a-c]*/ to ruff format (#144554) 2025-07-03 18:56:07 +00:00
functional.py Add a Additional Example that showcases the usage of torch.autograd.functional.jacobian (#155683) 2025-06-12 19:46:55 +00:00
grad_mode.py [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
gradcheck.py [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
graph.py [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
profiler_legacy.py Remove unused Python variables in torch/[_-a]* (#133492) 2024-12-12 17:39:14 +00:00
profiler_util.py [BE][PYFMT] migrate PYFMT for torch/[a-c]*/ to ruff format (#144554) 2025-07-03 18:56:07 +00:00
profiler.py [BE][1/16] fix typos in torch/ (#156311) 2025-07-09 11:02:22 +00:00
variable.py