pytorch/tools/autograd
PyTorch MergeBot fd0dbcd891 Revert "Batch Norm Consolidation (#116092)"
This reverts commit 7b4f70eda5.

Reverted https://github.com/pytorch/pytorch/pull/116092 on behalf of https://github.com/osalpekar due to Causes build failure in //caffe2:aten-hip (AMD build) target. See [D54707318](https://www.internalfb.com/diff/D54707318) for more details, may require internal build system changes to resolve. ([comment](https://github.com/pytorch/pytorch/pull/116092#issuecomment-1989542965))
2024-03-11 22:22:41 +00:00
..
templates Reify view_func() closures as ViewFuncs (#118404) 2024-02-14 22:00:43 +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
deprecated.yaml
derivatives.yaml Revert "Batch Norm Consolidation (#116092)" 2024-03-11 22:22:41 +00:00
gen_annotated_fn_args.py Make gen_annotated_args support kwargs (#98396) 2023-04-06 19:42:26 +00:00
gen_autograd_functions.py Revert "Make unbind() overrideable for NT subclass (#109122)" 2023-09-29 22:41:56 +00:00
gen_autograd.py Reify view_func() closures as ViewFuncs (#118404) 2024-02-14 22:00:43 +00:00
gen_inplace_or_view_type.py Reify view_func() closures as ViewFuncs (#118404) 2024-02-14 22:00:43 +00:00
gen_python_functions.py Revert "Batch Norm Consolidation (#116092)" 2024-03-11 22:22:41 +00:00
gen_trace_type.py [2/N] Replace std::tie with structural binding (#119879) 2024-02-15 02:56:34 +00:00
gen_variable_factories.py
gen_variable_type.py [2/N] Replace std::tie with structural binding (#119879) 2024-02-15 02:56:34 +00:00
gen_view_funcs.py Reify view_func() closures as ViewFuncs (#118404) 2024-02-14 22:00:43 +00:00
load_derivatives.py Use dmypy instead of mypy in lintrunner (#118475) 2024-01-28 13:42:06 +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.