pytorch/tools/autograd
2024-11-12 18:55:31 +00:00
..
templates [Reland][7/N] Fix Wextra-semi warning (#140342) 2024-11-12 18:55:31 +00:00
__init__.py
BUILD.bazel
build.bzl run buildifier on unified build files (#98141) 2023-04-04 00:37:19 +00:00
context.py [BE] Format .ci/ / .github/ / benchmarks/ / functorch/ / tools/ / torchgen/ with ruff format (#132577) 2024-10-11 18:30:26 +00:00
deprecated.yaml Revert "Remove split functional wrapper (#74727)" 2022-08-10 19:45:23 +00:00
derivatives.yaml Fix and test several NJT reductions (#139317) 2024-10-31 20:55:38 +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_functions.py [BE] Format .ci/ / .github/ / benchmarks/ / functorch/ / tools/ / torchgen/ with ruff format (#132577) 2024-10-11 18:30:26 +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 [BE] Format .ci/ / .github/ / benchmarks/ / functorch/ / tools/ / torchgen/ with ruff format (#132577) 2024-10-11 18:30:26 +00:00
gen_python_functions.py [3/N] Fix clang-tidy warnings in python_variable_methods.cpp (#139248) 2024-10-31 03:29:19 +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 Revert "Fix unbind_copy and add its decomposition (#134319)" 2024-10-29 04:54:37 +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.