pytorch/tools/autograd
2024-10-28 21:48:51 +00:00
..
templates C10_UNUSED to [[maybe_unused]] (#6357) (#138364) 2024-10-19 13:17:43 +00:00
__init__.py
BUILD.bazel
build.bzl
context.py [BE] Format .ci/ / .github/ / benchmarks/ / functorch/ / tools/ / torchgen/ with ruff format (#132577) 2024-10-11 18:30:26 +00:00
deprecated.yaml
derivatives.yaml c10::optional -> std::optional in PyTorch (#137333) 2024-10-11 00:16:10 +00:00
gen_annotated_fn_args.py [BE][Easy] enable postponed annotations in tools (#129375) 2024-06-29 09:23:35 +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_autograd_functions.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 [BE] Format .ci/ / .github/ / benchmarks/ / functorch/ / tools/ / torchgen/ with ruff format (#132577) 2024-10-11 18:30:26 +00:00
gen_python_functions.py [BE] Format .ci/ / .github/ / benchmarks/ / functorch/ / tools/ / torchgen/ with ruff format (#132577) 2024-10-11 18:30:26 +00:00
gen_trace_type.py [13/N] Use std::optional (#132527) 2024-08-08 03:16:28 +00:00
gen_variable_factories.py [13/N] Use std::optional (#132527) 2024-08-08 03:16:28 +00:00
gen_variable_type.py Fix unbind_copy and add its decomposition (#134319) 2024-10-23 19:13:44 +00:00
gen_view_funcs.py Fix Wextra-semi warnings (#139000) 2024-10-28 21:48:51 +00:00
load_derivatives.py [BE] Format .ci/ / .github/ / benchmarks/ / functorch/ / tools/ / torchgen/ with ruff format (#132577) 2024-10-11 18:30:26 +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.