pytorch/tools/autograd
2022-04-26 19:27:27 +00:00
..
templates Enable numel tracing 2022-04-13 22:23:41 +00:00
__init__.py remediation of S205607 2020-07-17 17:19:47 -07:00
BUILD.bazel port Bazel //tools/autograd to shared build structure 2022-04-14 07:40:49 +00:00
build.bzl Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
context.py Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
deprecated.yaml
derivatives.yaml Revert "functionalization: add support for zero_()" 2022-04-26 19:27:27 +00:00
gen_annotated_fn_args.py Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
gen_autograd_functions.py Revert "functionalization: add support for zero_()" 2022-04-26 19:27:27 +00:00
gen_autograd.py Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
gen_inplace_or_view_type.py remove _is_foreach_op codegen special cases, clean up mutable return type checks 2022-04-25 21:34:17 +00:00
gen_python_functions.py Revert "functionalization: add support for zero_()" 2022-04-26 19:27:27 +00:00
gen_trace_type.py Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
gen_variable_factories.py Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
gen_variable_type.py Revert "functionalization: add support for zero_()" 2022-04-26 19:27:27 +00:00
load_derivatives.py Revert "functionalization: add support for zero_()" 2022-04-26 19:27:27 +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.