mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Original PR: https://github.com/pytorch/pytorch/pull/37419 cc mattip suo Pull Request resolved: https://github.com/pytorch/pytorch/pull/37778 Differential Revision: D21385774 Pulled By: ezyang fbshipit-source-id: 5de532faab8bae132736b6b5189e0ee2ac9935be
15 lines
245 B
ReStructuredText
15 lines
245 B
ReStructuredText
.. currentmodule:: {{ module }}
|
|
|
|
|
|
{{ name | underline}}
|
|
|
|
.. autoclass:: {{ name }}
|
|
:members:
|
|
:exclude-members: MAXBIT, MAXDIM
|
|
:undoc-members:
|
|
|
|
|
|
..
|
|
autogenerated from source/_templates/sobolengine.rst
|
|
note it has specific options
|