-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for API 3.0 online doc (#1940)
Co-authored-by: ZhangJianyu <zhang.jianyu@outlook.com>
- Loading branch information
1 parent
b787940
commit efcb293
Showing
45 changed files
with
219 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
2.0 API | ||
#### | ||
|
||
**User facing APIs:** | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
quantization.rst | ||
mix_precision.rst | ||
training.rst | ||
benchmark.rst | ||
config.rst | ||
objective.rst | ||
|
||
|
||
**Advanced APIs:** | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
compression.rst | ||
strategy.rst | ||
model.rst | ||
|
||
**API document example:** | ||
|
||
.. toctree:: | ||
api_doc_example.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
3.0 API | ||
#### | ||
|
||
**PyTorch Extension API:** | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
torch_quantization_common.rst | ||
torch_quantization_config.rst | ||
torch_quantization_autotune.rst | ||
|
||
**Tensorflow Extension API:** | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
tf_quantization_common.rst | ||
tf_quantization_config.rst | ||
tf_quantization_autotune.rst | ||
|
||
**Other Modules:** | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
benchmark.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,12 @@ | ||
APIs | ||
#### | ||
|
||
**User facing APIs:** | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
quantization.rst | ||
mix_precision.rst | ||
training.rst | ||
benchmark.rst | ||
config.rst | ||
objective.rst | ||
|
||
|
||
**Advanced APIs:** | ||
api_3.rst | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
compression.rst | ||
strategy.rst | ||
model.rst | ||
|
||
**API document example:** | ||
|
||
.. toctree:: | ||
api_doc_example.rst | ||
api_2.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Tensorflow Quantization AutoTune | ||
============ | ||
|
||
.. autoapisummary:: | ||
|
||
neural_compressor.tensorflow.quantization.autotune |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Tensorflow Quantization Base API | ||
################################# | ||
|
||
.. autoapisummary:: | ||
|
||
neural_compressor.tensorflow.quantization.quantize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Tensorflow Quantization Config | ||
============ | ||
|
||
.. autoapisummary:: | ||
|
||
neural_compressor.tensorflow.quantization.config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Pytorch Quantization AutoTune | ||
============ | ||
|
||
.. autoapisummary:: | ||
|
||
neural_compressor.torch.quantization.autotune |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Pytorch Quantization Base API | ||
################################# | ||
|
||
.. autoapisummary:: | ||
|
||
neural_compressor.torch.quantization.quantize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Pytorch Quantization Config | ||
============ | ||
|
||
.. autoapisummary:: | ||
|
||
neural_compressor.torch.quantization.config |
Oops, something went wrong.