We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1217dc commit 23cfef4Copy full SHA for 23cfef4
advanced_source/python_extension_autoload.rst
@@ -48,7 +48,7 @@ Then, the only thing you need to do is define an entry point within your Python
48
}
49
)
50
51
-Now the ``torch_foo`` module can be imported when running import torch:
+Now you can import the ``torch_foo`` module by simply adding the ``import torch`` statement without the need to add ``import torch_foo``:
52
53
.. code-block:: python
54
0 commit comments