mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/66380 Description: 1. creates doc pages for Eager and FX numeric suites 2. adds a link from main quantization doc to (1) 3. formats docblocks in Eager NS to render well 4. adds example code and docblocks to FX numeric suite Test Plan: ``` cd docs make html python -m http.server // renders well ``` Reviewed By: jerryzh168 Differential Revision: D31543173 Pulled By: vkuzo fbshipit-source-id: feb291bcbe92747495f45165f738631fa5cbffbd
14 lines
299 B
ReStructuredText
14 lines
299 B
ReStructuredText
.. _torch_ao_ns_numeric_suite:
|
|
|
|
torch.ao.ns._numeric_suite
|
|
--------------------------
|
|
|
|
.. warning ::
|
|
This module is an early prototype and is subject to change.
|
|
|
|
.. currentmodule:: torch.ao.ns._numeric_suite
|
|
|
|
.. automodule:: torch.ao.ns._numeric_suite
|
|
:members:
|
|
:member-order: bysource
|