mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00: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:
parent
eb49dde9cf
commit
40e2aadf47
3 changed files with 6 additions and 0 deletions
|
|
@ -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 @@
|
|||
|
||||
Loading…
Reference in a new issue