Skip to content

Commit 0f774f6

Browse files
committed
add 2.3 docs
1 parent 2d387ce commit 0f774f6

File tree

1,186 files changed

+167186
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,186 files changed

+167186
-0
lines changed

2.3/_images/Conv2D_PyTorch_Cap.png

788 KB
Loading

2.3/_images/NS-OaaS-Intro.png

491 KB
Loading

2.3/_images/accuracy_decrease.png

40.2 KB
Loading

2.3/_images/activations_summary.png

570 KB
Loading
93.7 KB
Loading
129 KB
Loading

2.3/_images/dynas.png

63.4 KB
Loading

2.3/_images/min-max.jpg

130 KB
Loading

2.3/_images/ops_weights.png

221 KB
Loading

2.3/_images/strategy.png

44.7 KB
Loading
Loading
237 KB
Loading
Loading

2.3/_images/terminal-ops.jpg

162 KB
Loading

2.3/_images/terminal-profiling.jpg

257 KB
Loading

2.3/_images/terminal-weights.jpg

456 KB
Loading

2.3/_images/tune_result.png

43.6 KB
Loading

2.3/_images/tune_result2.png

66.8 KB
Loading

2.3/_images/weights_histogram.png

52.5 KB
Loading

2.3/_images/weights_histograms.png

60.9 KB
Loading

2.3/_images/weights_summary_onnx.jpg

200 KB
Loading

2.3/_images/workflow.jpg

92.7 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:py:mod:`block_mask`
2+
====================
3+
4+
.. py:module:: block_mask
5+
6+
.. autoapi-nested-parse::
7+
8+
Block mask.
9+
10+
11+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
:orphan:
2+
3+
:py:mod:`neural_compressor.adaptor.adaptor`
4+
===========================================
5+
6+
.. py:module:: neural_compressor.adaptor.adaptor
7+
8+
9+
Module Contents
10+
---------------
11+
12+
Classes
13+
~~~~~~~
14+
15+
.. autoapisummary::
16+
17+
neural_compressor.adaptor.adaptor.Adaptor
18+
19+
20+
21+
Functions
22+
~~~~~~~~~
23+
24+
.. autoapisummary::
25+
26+
neural_compressor.adaptor.adaptor.adaptor_registry
27+
28+
29+
30+
.. py:function:: adaptor_registry(cls)
31+
32+
The class decorator used to register all Adaptor subclasses.
33+
34+
:param cls: The class of register.
35+
:type cls: class
36+
37+
38+
.. py:class:: Adaptor(framework_specific_info)
39+
40+
41+
42+
43+
The base class of framework adaptor layer.
44+
45+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
:orphan:
2+
3+
:py:mod:`neural_compressor.adaptor`
4+
===================================
5+
6+
.. py:module:: neural_compressor.adaptor
7+
8+
9+
Subpackages
10+
-----------
11+
.. toctree::
12+
:titlesonly:
13+
:maxdepth: 3
14+
15+
mxnet_utils/index.rst
16+
ox_utils/index.rst
17+
tf_utils/index.rst
18+
torch_utils/index.rst
19+
20+
21+
Submodules
22+
----------
23+
.. toctree::
24+
:titlesonly:
25+
:maxdepth: 1
26+
27+
tensorflow/index.rst
28+
29+
30+
Package Contents
31+
----------------
32+
33+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
:orphan:
2+
3+
:py:mod:`neural_compressor.adaptor.keras`
4+
=========================================
5+
6+
.. py:module:: neural_compressor.adaptor.keras
7+
8+
9+
Module Contents
10+
---------------
11+
12+
Classes
13+
~~~~~~~
14+
15+
.. autoapisummary::
16+
17+
neural_compressor.adaptor.keras.KerasAdaptor
18+
19+
20+
21+
22+
.. py:class:: KerasAdaptor(framework_specific_info)
23+
24+
25+
26+
27+
The keras class of framework adaptor layer.
28+
29+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:orphan:
2+
3+
:py:mod:`neural_compressor.adaptor.keras_utils.conv2d`
4+
======================================================
5+
6+
.. py:module:: neural_compressor.adaptor.keras_utils.conv2d
7+
8+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:orphan:
2+
3+
:py:mod:`neural_compressor.adaptor.keras_utils.dense`
4+
=====================================================
5+
6+
.. py:module:: neural_compressor.adaptor.keras_utils.dense
7+
8+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:orphan:
2+
3+
:py:mod:`neural_compressor.adaptor.keras_utils.depthwise_conv2d`
4+
================================================================
5+
6+
.. py:module:: neural_compressor.adaptor.keras_utils.depthwise_conv2d
7+
8+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:orphan:
2+
3+
:py:mod:`neural_compressor.adaptor.keras_utils`
4+
===============================================
5+
6+
.. py:module:: neural_compressor.adaptor.keras_utils
7+
8+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:orphan:
2+
3+
:py:mod:`neural_compressor.adaptor.keras_utils.pool2d`
4+
======================================================
5+
6+
.. py:module:: neural_compressor.adaptor.keras_utils.pool2d
7+
8+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:orphan:
2+
3+
:py:mod:`neural_compressor.adaptor.keras_utils.quantizer`
4+
=========================================================
5+
6+
.. py:module:: neural_compressor.adaptor.keras_utils.quantizer
7+
8+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:orphan:
2+
3+
:py:mod:`neural_compressor.adaptor.keras_utils.separable_conv2d`
4+
================================================================
5+
6+
.. py:module:: neural_compressor.adaptor.keras_utils.separable_conv2d
7+
8+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
:orphan:
2+
3+
:py:mod:`neural_compressor.adaptor.mxnet`
4+
=========================================
5+
6+
.. py:module:: neural_compressor.adaptor.mxnet
7+
8+
9+
Module Contents
10+
---------------
11+
12+
Classes
13+
~~~~~~~
14+
15+
.. autoapisummary::
16+
17+
neural_compressor.adaptor.mxnet.MxNetAdaptor
18+
19+
20+
21+
22+
.. py:class:: MxNetAdaptor(framework_specific_info)
23+
24+
25+
26+
27+
The MXNet adaptor layer, do MXNet quantization, calibration, inspect layer tensors.
28+
29+
:param framework_specific_info: framework specific configuration for quantization.
30+
:type framework_specific_info: dict
31+
32+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
:py:mod:`neural_compressor.adaptor.mxnet_utils`
2+
===============================================
3+
4+
.. py:module:: neural_compressor.adaptor.mxnet_utils
5+
6+
.. autoapi-nested-parse::
7+
8+
Mxnet util init.
9+
10+
11+
12+
Submodules
13+
----------
14+
.. toctree::
15+
:titlesonly:
16+
:maxdepth: 1
17+
18+
util/index.rst
19+
20+

0 commit comments

Comments
 (0)