pytorch/tools/autograd
2025-10-31 21:58:52 +00:00
..
templates Revert "Add magic TORCH_MAKE_PYBIND_ENUM_FASTER macro (#163527)" 2025-10-02 15:42:42 +00:00
__init__.py
BUILD.bazel
build.bzl Add new parameter for gen_pyi.py to make it more configureable. (#161772) 2025-09-05 00:48:15 +00:00
context.py [9/N] Apply ruff UP035 rule (#165515) 2025-10-17 00:09:51 +00:00
deprecated.yaml Revert "Remove split functional wrapper (#74727)" 2022-08-10 19:45:23 +00:00
derivatives.yaml Revert "[xpu][feature] Integrate OneDNN SDPA training forward/backward into XPU OVERRIDEABLE Backend (#162454)" 2025-10-31 21:58:52 +00:00
gen_annotated_fn_args.py [3/N] Apply py39 ruff fixes (#142115) 2024-12-11 17:50:10 +00:00
gen_autograd_functions.py Fix pyrefly ignore syntax in /tools/... (#166240) 2025-10-26 04:20:16 +00:00
gen_autograd.py [BE] Format .ci/ / .github/ / benchmarks/ / functorch/ / tools/ / torchgen/ with ruff format (#132577) 2024-10-11 18:30:26 +00:00
gen_inplace_or_view_type.py More ruff SIM fixes (#164695) 2025-10-09 03:24:50 +00:00
gen_python_functions.py [9/N] Apply ruff UP035 rule (#165515) 2025-10-17 00:09:51 +00:00
gen_trace_type.py Fix pyrefly ignore syntax in /tools/... (#166240) 2025-10-26 04:20:16 +00:00
gen_variable_factories.py [BE][CI] bump ruff to 0.9.0: string quote styles (#144569) 2025-02-24 19:56:09 +00:00
gen_variable_type.py Fix pyrefly ignore syntax in /tools/... (#166240) 2025-10-26 04:20:16 +00:00
gen_view_funcs.py [torchgen] Refactor torchgen.utils.FileManager to accept pathlib.Path (#150726) 2025-05-15 02:52:24 +00:00
load_derivatives.py Fix pyrefly ignore syntax in /tools/... (#166240) 2025-10-26 04:20:16 +00:00
README.md

If you add a file to this directory, you MUST update torch/CMakeLists.txt and add the file as a dependency to the add_custom_command call.