mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
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:
committed by
PyTorch MergeBot
parent
eb49dde9cf
commit
40e2aadf47
@ -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>
|
||||
|
4
docs/source/jit_utils.rst
Normal file
4
docs/source/jit_utils.rst
Normal file
@ -0,0 +1,4 @@
|
||||
JIT Utils - torch.utils.jit
|
||||
==================================================
|
||||
|
||||
.. automodule:: torch.utils.jit
|
1
torch/utils/jit/__init__.py
Normal file
1
torch/utils/jit/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
|
Reference in New Issue
Block a user