Create __init__.py (#78629)

To make `torch.utils.jit` a proper package, otherwise it will not be added to the wheel

Pull Request resolved: https://github.com/pytorch/pytorch/pull/78629
Approved by: https://github.com/seemethere, https://github.com/xuzhao9, https://github.com/davidberard98
This commit is contained in:
Nikita Shulga
2022-06-03 18:14:21 +00:00
committed by PyTorch MergeBot
parent eb49dde9cf
commit 40e2aadf47
3 changed files with 6 additions and 0 deletions

View File

@ -99,6 +99,7 @@ Features described in this documentation are classified by release status:
torch.utils.checkpoint <checkpoint>
torch.utils.cpp_extension <cpp_extension>
torch.utils.data <data>
torch.utils.jit <jit_utils>
torch.utils.dlpack <dlpack>
torch.utils.mobile_optimizer <mobile_optimizer>
torch.utils.model_zoo <model_zoo>

View File

@ -0,0 +1,4 @@
JIT Utils - torch.utils.jit
==================================================
.. automodule:: torch.utils.jit

View File

@ -0,0 +1 @@