mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
[2/N] Fix extra warnings brought by clang-tidy-17 (#137459)
Follows #137407 Pull Request resolved: https://github.com/pytorch/pytorch/pull/137459 Approved by: https://github.com/Skylion007
This commit is contained in:
@ -4,12 +4,10 @@
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
||||
namespace torch {
|
||||
namespace lazy {
|
||||
namespace torch::lazy {
|
||||
|
||||
std::optional<SourceLocation> TORCH_PYTHON_API GetPythonFrameTop();
|
||||
|
||||
std::vector<SourceLocation> TORCH_PYTHON_API GetPythonFrames();
|
||||
|
||||
} // namespace lazy
|
||||
} // namespace torch
|
||||
} // namespace torch::lazy
|
||||
|
Reference in New Issue
Block a user