pytorch/functorch/csrc
Moritz Hennen 09c598745c Rename torch._C._TensorBase to TensorBase (#109940)
I have gone ahead and implemented the renaming of the type `torch._C._TensorBase` to a non-private class name `TensorBase`.
The changes also include leaving `torch._C._TensorBase` as an alias to the new type: 70458768fb/torch/csrc/autograd/python_variable.cpp (L2196-L2197) both in the c++ code and in the corresponding `__init__.pyi.in` file:
70458768fb/torch/_C/__init__.pyi.in (L1522)

Fixes #109438

Pull Request resolved: https://github.com/pytorch/pytorch/pull/109940
Approved by: https://github.com/ezyang
2023-09-25 19:10:22 +00:00
..
dim Rename torch._C._TensorBase to TensorBase (#109940) 2023-09-25 19:10:22 +00:00
init_dim_only.cpp Move functorch python bindings to torch/csrc (#85426) 2022-09-22 18:47:12 +00:00