diff options
author | Peter Goldsborough <psag@fb.com> | 2018-11-30 13:28:19 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2018-11-30 13:30:35 -0800 |
commit | 5c1692840e423e43e12ba8346c46bf121d9520c6 (patch) | |
tree | 50242e2b3701d7b119b060d62ad1d357d0536836 /docs/cpp | |
parent | 4b915260c7170b8a585c3b4849e392c40de1d2de (diff) | |
download | pytorch-5c1692840e423e43e12ba8346c46bf121d9520c6.tar.gz pytorch-5c1692840e423e43e12ba8346c46bf121d9520c6.tar.bz2 pytorch-5c1692840e423e43e12ba8346c46bf121d9520c6.zip |
Remove OptionsGuard from ATen (#14524)
Summary:
Resubmission of https://github.com/pytorch/pytorch/pull/13738
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14524
Differential Revision: D13268031
Pulled By: goldsborough
fbshipit-source-id: fb306464b673c05ebd26d0f44d688ccd92d1d8c5
Diffstat (limited to 'docs/cpp')
-rw-r--r-- | docs/cpp/source/Doxyfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/cpp/source/Doxyfile b/docs/cpp/source/Doxyfile index 7c5153a278..b1c1dd8107 100644 --- a/docs/cpp/source/Doxyfile +++ b/docs/cpp/source/Doxyfile @@ -44,7 +44,6 @@ INPUT = ../../../aten/src/ATen/ATen.h \ ../../../aten/src/ATen/DeviceGuard.h \ ../../../aten/src/ATen/Layout.h \ ../../../aten/src/ATen/mkl/Descriptors.h \ - ../../../aten/src/ATen/OptionsGuard.h \ ../../../aten/src/ATen/Scalar.h \ ../../../aten/src/ATen/TensorOptions.h \ ../../../build/aten/src/ATen/Functions.h \ |