mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-27 09:04:53 +08:00
[BE] [3/N] Use nested namespaces (#110314)
Mostly in torch/csrc/jit/runtime and in `ATen/cuda/` Pull Request resolved: https://github.com/pytorch/pytorch/pull/110314 Approved by: https://github.com/seemethere
This commit is contained in:
committed by
PyTorch MergeBot
parent
8745d2d4f2
commit
ad8aef0f98
@ -3,8 +3,7 @@
|
||||
#include <torch/csrc/jit/ir/ir.h>
|
||||
#include <torch/csrc/utils/object_ptr.h>
|
||||
|
||||
namespace torch {
|
||||
namespace jit {
|
||||
namespace torch::jit {
|
||||
|
||||
void initPythonIRBindings(PyObject* module);
|
||||
|
||||
@ -48,5 +47,4 @@ struct ConcretePythonOp : public PythonOp {
|
||||
void lint_python() const override;
|
||||
};
|
||||
|
||||
} // namespace jit
|
||||
} // namespace torch
|
||||
} // namespace torch::jit
|
||||
|
||||
Reference in New Issue
Block a user