pytorch/tools/autograd
2024-07-20 01:24:41 +00:00
..
templates [9/N] Replace c10::optional with std::optional (#130674) 2024-07-15 00:48:43 +00:00
__init__.py
BUILD.bazel port Bazel //tools/autograd to shared build structure 2022-04-14 07:40:49 +00:00
build.bzl run buildifier on unified build files (#98141) 2023-04-04 00:37:19 +00:00
context.py Bump black version to 23.1.0 (#96578) 2023-03-15 06:27:59 +00:00
deprecated.yaml Revert "Remove split functional wrapper (#74727)" 2022-08-10 19:45:23 +00:00
derivatives.yaml Add decomposition for channel_shuffle (#118775) 2024-07-20 01:24:41 +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][Easy] enable postponed annotations in tools (#129375) 2024-06-29 09:23:35 +00:00
gen_autograd.py [BE][Easy] enable postponed annotations in tools (#129375) 2024-06-29 09:23:35 +00:00
gen_inplace_or_view_type.py [BE][Easy][5/19] enforce style for empty lines in import segments in tools/ and torchgen/ (#129756) 2024-07-17 06:44:35 +00:00
gen_python_functions.py [BE][Easy] enable postponed annotations in tools (#129375) 2024-06-29 09:23:35 +00:00
gen_trace_type.py [9/N] Replace c10::optional with std::optional (#130674) 2024-07-15 00:48:43 +00:00
gen_variable_factories.py [9/N] Replace c10::optional with std::optional (#130674) 2024-07-15 00:48:43 +00:00
gen_variable_type.py Add decomposition for channel_shuffle (#118775) 2024-07-20 01:24:41 +00:00
gen_view_funcs.py [9/N] Replace c10::optional with std::optional (#130674) 2024-07-15 00:48:43 +00:00
load_derivatives.py [9/N] Replace c10::optional with std::optional (#130674) 2024-07-15 00:48:43 +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.