pytorch
8487105f - [custom_op] Create a new torch._custom_op namespace (#101823)

Commit
1 year ago
[custom_op] Create a new torch._custom_op namespace (#101823) torch/custom_op.py is getting long, and the autograd pieces are going to make it even longer. I'm planning on just organizing the files under a torch/_custom_op folder. Note that the imports now look a bit crazy (from torch._custom_op.impl import...) but they will look more OK when we figure out the plan to make custom_op public (coming later). Pull Request resolved: https://github.com/pytorch/pytorch/pull/101823 Approved by: https://github.com/ezyang, https://github.com/albanD, https://github.com/bdhirsh
Author
Committer
Parents
Loading