diff options
author | Yangqing Jia <jiayq@fb.com> | 2018-10-17 17:22:20 -0700 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2018-10-17 17:25:42 -0700 |
commit | 08aab4dfddc4fa94945a4be19cff8575f70cf61e (patch) | |
tree | 79b55562e0b20cd5dd77e7e9c39ed9f2028c2760 /docs/cpp | |
parent | cd88c5ccf4bea7bb95bd2e7f0617aa6796793216 (diff) | |
download | pytorch-08aab4dfddc4fa94945a4be19cff8575f70cf61e.tar.gz pytorch-08aab4dfddc4fa94945a4be19cff8575f70cf61e.tar.bz2 pytorch-08aab4dfddc4fa94945a4be19cff8575f70cf61e.zip |
remove ATen/Error.h and ATen/core/Error.h (#12792)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/12792
This is a follow up diff after D10238910.
Only non-codemod change is the removal of ATen/Error.h and ATen/core/Error.h. Other files are basically changing the inclusion path + clang format for inclusion order.
Reviewed By: bddppq
Differential Revision: D10437824
fbshipit-source-id: 7f885f80ab5827468d1351cfb2765d0e3f555a69
Diffstat (limited to 'docs/cpp')
-rw-r--r-- | docs/cpp/source/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cpp/source/Doxyfile b/docs/cpp/source/Doxyfile index 36e91b80b0..59b073303b 100644 --- a/docs/cpp/source/Doxyfile +++ b/docs/cpp/source/Doxyfile @@ -45,7 +45,7 @@ INPUT = ../../../torch/csrc/api/include \ ../../../aten/src/ATen/TensorOptions.h \ ../../../aten/src/ATen/core/ArrayRef.h \ ../../../aten/src/ATen/core/DeviceType.h \ - ../../../aten/src/ATen/core/Error.h \ + ../../../aten/src/c10/util/Exception.h \ ../../../aten/src/ATen/core/Half.h \ ../../../aten/src/ATen/core/ScalarType.h \ ../../../aten/src/ATen/core/Tensor.h \ |