diff options
author | Your Name <bai@in.tum.de> | 2018-11-15 23:45:31 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2018-11-15 23:47:36 -0800 |
commit | 2fe4711eb44162724c9ee83ede3161326192da8a (patch) | |
tree | 235bfdf10aa3ea40f9f208c7773762a8af02a3ce /docs | |
parent | 45fd77d3b7aef27620d924019f6eb0f71cd338e9 (diff) | |
download | pytorch-2fe4711eb44162724c9ee83ede3161326192da8a.tar.gz pytorch-2fe4711eb44162724c9ee83ede3161326192da8a.tar.bz2 pytorch-2fe4711eb44162724c9ee83ede3161326192da8a.zip |
Revert "Remove OptionsGuard from ATen (#13738)" (#14082)
Summary:
This reverts commit 37cb357d8da3427900b8f72f6de7e77b77dcdbae.
Try to see if it unbreaks master
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14082
Differential Revision: D13095888
Pulled By: bddppq
fbshipit-source-id: c728f80f233b4d9daaf65f43202d8104651029a9
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cpp/source/Doxyfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cpp/source/Doxyfile b/docs/cpp/source/Doxyfile index 3de130d82e..8cc907338f 100644 --- a/docs/cpp/source/Doxyfile +++ b/docs/cpp/source/Doxyfile @@ -39,6 +39,7 @@ INPUT = ../../../torch/csrc/api/include \ ../../../aten/src/ATen/Backend.h \ ../../../aten/src/ATen/DeviceGuard.h \ ../../../aten/src/ATen/Layout.h \ + ../../../aten/src/ATen/OptionsGuard.h \ ../../../aten/src/ATen/Scalar.h \ ../../../aten/src/ATen/TensorOptions.h \ ../../../aten/src/ATen/core/Half.h \ |