pytorch
9920ae66 - Make te a hidden package for now (#51690)

Commit
3 years ago
Make te a hidden package for now (#51690) Summary: As discussed with suo , having it in `torch._C.XX` means that it automatically gets added to `torch.XX` which is unfortunate. Making it `torch._C._XX` means that it won't be added to `torch.`. Let me know if that approach to hide it is not good and we can update that. Pull Request resolved: https://github.com/pytorch/pytorch/pull/51690 Reviewed By: gchanan Differential Revision: D26243207 Pulled By: albanD fbshipit-source-id: 3eb91a96635e90a6b98df799e3a732833dd280d5
Author
Parents
Loading