Skip to content

Commit 6c0aaa3

Browse files
Rebuild docs (#1538)
1 parent 60931f5 commit 6c0aaa3

File tree

59 files changed

+221
-230
lines changed

Some content is hidden

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

59 files changed

+221
-230
lines changed

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 0acc28ca46f6cf8e16b36376430fc6b8
3+
config: db38b2c7af98bbf5c0a066d93e8f6129
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_sources/api/api_docs/modules/exporter.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exporter Module
88
=================================
99

1010
Allows to export a quantized model in different serialization formats and quantization formats.
11-
For more details about the export formats and options, please refer to the project's GitHub `README file <https://github.com/sony/model_optimization/tree/main/model_compression_toolkit/exporter>`_.
11+
For more details about the export formats and options, please refer to the project's GitHub `README file <https://github.com/SonySemiconductorSolutions/mct-model-optimization/tree/main/model_compression_toolkit/exporter>`_.
1212
If you have any questions or issues, please open an issue in this GitHub repository.
1313

1414

docs/_sources/api/api_docs/modules/target_platform_capabilities.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Conv2D <https://www.tensorflow.org/lite/performance/quantization_spec#per-axis_v
1616

1717
This can be addressed in MCT by using the target_platform_capabilities module, that can configure different
1818
parameters that are hardware-related, and the optimization process will use this to optimize the model accordingly.
19-
Models for IMX500, TFLite and qnnpack can be observed `here <https://github.com/sony/model_optimization/tree/main/model_compression_toolkit/target_platform_capabilities>`_, and can be used using :ref:`get_target_platform_capabilities function<ug-get_target_platform_capabilities>`.
19+
Models for IMX500, TFLite and qnnpack can be observed `here <https://github.com/SonySemiconductorSolutions/mct-model-optimization/tree/main/model_compression_toolkit/target_platform_capabilities>`_, and can be used using :ref:`get_target_platform_capabilities function<ug-get_target_platform_capabilities>`.
2020

2121
|
2222

docs/_sources/api/api_docs/modules/trainable_infrastructure.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ trainable_infrastructure Module
99

1010
The trainable infrastructure is a module containing quantization abstraction and quantizers for hardware-oriented model optimization tools.
1111
It provides the required abstraction for trainable quantization methods such as quantization-aware training.
12-
It utilizes the Inferable Quantizers Infrastructure provided by the `MCT Quantizers <https://github.com/sony/mct_quantizers>`_ package, which proposes the required abstraction for emulating inference-time quantization.
12+
It utilizes the Inferable Quantizers Infrastructure provided by the `MCT Quantizers <https://github.com/SonySemiconductorSolutions/mct-quantization-layers>`_ package, which proposes the required abstraction for emulating inference-time quantization.
1313

1414
When using a trainable quantizer, each layer with quantized weights is wrapped with a "Quantization Wrapper" object,
1515
and each activation quantizer is being stored in an "Activation Quantization Holder" object.

docs/_sources/index.rst.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ See the MCT install guide for the pip package, and build from source.
2121
From Source:
2222
::
2323

24-
git clone https://github.com/sony/model_optimization.git
24+
git clone https://github.com/SonySemiconductorSolutions/mct-model-optimization.git
2525
python setup.py install
2626

2727

@@ -31,11 +31,6 @@ From PyPi - latest stable release:
3131
pip install model-compression-toolkit
3232

3333

34-
A nightly version is also available (unstable):
35-
::
36-
37-
pip install mct-nightly
38-
3934
For using with Tensorflow please install the packages:
4035
`tensorflow <https://www.tensorflow.org/install>`_
4136

@@ -80,7 +75,7 @@ Quickstart
8075
====================================
8176
Take a look of how you can start using MCT in just a few minutes!
8277

83-
Visit our `notebooks <https://github.com/sony/model_optimization/tree/main/tutorials/notebooks>`_
78+
Visit our `notebooks <https://github.com/SonySemiconductorSolutions/mct-model-optimization/tree/main/tutorials/notebooks>`_
8479

8580

8681
API Documentation

docs/api/api_docs/classes/BitWidthConfig.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
88

9-
<title>BitWidthConfig &#8212; MCT Documentation: ver 2.4.2</title>
9+
<title>BitWidthConfig &#8212; MCT Documentation: ver 2.4.4</title>
1010
<link rel="stylesheet" type="text/css" href="../../../static/pygments.css?v=fa44fd50" />
1111
<link rel="stylesheet" type="text/css" href="../../../static/bizstyle.css?v=5283bb3d" />
1212
<link rel="stylesheet" type="text/css" href="../../../static/css/custom.css?v=01243f34" />
1313

14-
<script src="../../../static/documentation_options.js?v=de1351e5"></script>
14+
<script src="../../../static/documentation_options.js?v=b1e24531"></script>
1515
<script src="../../../static/doctools.js?v=9bcbadda"></script>
1616
<script src="../../../static/sphinx_highlight.js?v=dc90522c"></script>
1717
<script src="../../../static/bizstyle.js"></script>
@@ -28,7 +28,7 @@ <h3>Navigation</h3>
2828
<li class="right" style="margin-right: 10px">
2929
<a href="../../../genindex.html" title="General Index"
3030
accesskey="I">index</a></li>
31-
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.2</a> &#187;</li>
31+
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.4</a> &#187;</li>
3232
<li class="nav-item nav-item-this"><a href="">BitWidthConfig</a></li>
3333
</ul>
3434
</div>
@@ -150,7 +150,7 @@ <h3>Navigation</h3>
150150
<li class="right" style="margin-right: 10px">
151151
<a href="../../../genindex.html" title="General Index"
152152
>index</a></li>
153-
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.2</a> &#187;</li>
153+
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.4</a> &#187;</li>
154154
<li class="nav-item nav-item-this"><a href="">BitWidthConfig</a></li>
155155
</ul>
156156
</div>

docs/api/api_docs/classes/DataGenerationConfig.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
88

9-
<title>Data Generation Configuration &#8212; MCT Documentation: ver 2.4.2</title>
9+
<title>Data Generation Configuration &#8212; MCT Documentation: ver 2.4.4</title>
1010
<link rel="stylesheet" type="text/css" href="../../../static/pygments.css?v=fa44fd50" />
1111
<link rel="stylesheet" type="text/css" href="../../../static/bizstyle.css?v=5283bb3d" />
1212
<link rel="stylesheet" type="text/css" href="../../../static/css/custom.css?v=01243f34" />
1313

14-
<script src="../../../static/documentation_options.js?v=de1351e5"></script>
14+
<script src="../../../static/documentation_options.js?v=b1e24531"></script>
1515
<script src="../../../static/doctools.js?v=9bcbadda"></script>
1616
<script src="../../../static/sphinx_highlight.js?v=dc90522c"></script>
1717
<script src="../../../static/bizstyle.js"></script>
@@ -28,7 +28,7 @@ <h3>Navigation</h3>
2828
<li class="right" style="margin-right: 10px">
2929
<a href="../../../genindex.html" title="General Index"
3030
accesskey="I">index</a></li>
31-
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.2</a> &#187;</li>
31+
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.4</a> &#187;</li>
3232
<li class="nav-item nav-item-this"><a href="">Data Generation Configuration</a></li>
3333
</ul>
3434
</div>
@@ -233,7 +233,7 @@ <h3>Navigation</h3>
233233
<li class="right" style="margin-right: 10px">
234234
<a href="../../../genindex.html" title="General Index"
235235
>index</a></li>
236-
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.2</a> &#187;</li>
236+
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.4</a> &#187;</li>
237237
<li class="nav-item nav-item-this"><a href="">Data Generation Configuration</a></li>
238238
</ul>
239239
</div>

docs/api/api_docs/classes/DefaultDict.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
88

9-
<title>DefaultDict Class &#8212; MCT Documentation: ver 2.4.2</title>
9+
<title>DefaultDict Class &#8212; MCT Documentation: ver 2.4.4</title>
1010
<link rel="stylesheet" type="text/css" href="../../../static/pygments.css?v=fa44fd50" />
1111
<link rel="stylesheet" type="text/css" href="../../../static/bizstyle.css?v=5283bb3d" />
1212
<link rel="stylesheet" type="text/css" href="../../../static/css/custom.css?v=01243f34" />
1313

14-
<script src="../../../static/documentation_options.js?v=de1351e5"></script>
14+
<script src="../../../static/documentation_options.js?v=b1e24531"></script>
1515
<script src="../../../static/doctools.js?v=9bcbadda"></script>
1616
<script src="../../../static/sphinx_highlight.js?v=dc90522c"></script>
1717
<script src="../../../static/bizstyle.js"></script>
@@ -28,7 +28,7 @@ <h3>Navigation</h3>
2828
<li class="right" style="margin-right: 10px">
2929
<a href="../../../genindex.html" title="General Index"
3030
accesskey="I">index</a></li>
31-
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.2</a> &#187;</li>
31+
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.4</a> &#187;</li>
3232
<li class="nav-item nav-item-this"><a href="">DefaultDict Class</a></li>
3333
</ul>
3434
</div>
@@ -125,7 +125,7 @@ <h3>Navigation</h3>
125125
<li class="right" style="margin-right: 10px">
126126
<a href="../../../genindex.html" title="General Index"
127127
>index</a></li>
128-
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.2</a> &#187;</li>
128+
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.4</a> &#187;</li>
129129
<li class="nav-item nav-item-this"><a href="">DefaultDict Class</a></li>
130130
</ul>
131131
</div>

docs/api/api_docs/classes/FrameworkInfo.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
88

9-
<title>FrameworkInfo Class &#8212; MCT Documentation: ver 2.4.2</title>
9+
<title>FrameworkInfo Class &#8212; MCT Documentation: ver 2.4.4</title>
1010
<link rel="stylesheet" type="text/css" href="../../../static/pygments.css?v=fa44fd50" />
1111
<link rel="stylesheet" type="text/css" href="../../../static/bizstyle.css?v=5283bb3d" />
1212
<link rel="stylesheet" type="text/css" href="../../../static/css/custom.css?v=01243f34" />
1313

14-
<script src="../../../static/documentation_options.js?v=de1351e5"></script>
14+
<script src="../../../static/documentation_options.js?v=b1e24531"></script>
1515
<script src="../../../static/doctools.js?v=9bcbadda"></script>
1616
<script src="../../../static/sphinx_highlight.js?v=dc90522c"></script>
1717
<script src="../../../static/bizstyle.js"></script>
@@ -28,7 +28,7 @@ <h3>Navigation</h3>
2828
<li class="right" style="margin-right: 10px">
2929
<a href="../../../genindex.html" title="General Index"
3030
accesskey="I">index</a></li>
31-
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.2</a> &#187;</li>
31+
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.4</a> &#187;</li>
3232
<li class="nav-item nav-item-this"><a href="">FrameworkInfo Class</a></li>
3333
</ul>
3434
</div>
@@ -145,7 +145,7 @@ <h3>Navigation</h3>
145145
<li class="right" style="margin-right: 10px">
146146
<a href="../../../genindex.html" title="General Index"
147147
>index</a></li>
148-
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.2</a> &#187;</li>
148+
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.4</a> &#187;</li>
149149
<li class="nav-item nav-item-this"><a href="">FrameworkInfo Class</a></li>
150150
</ul>
151151
</div>

docs/api/api_docs/classes/GradientPTQConfig.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
88

9-
<title>GradientPTQConfig Class &#8212; MCT Documentation: ver 2.4.2</title>
9+
<title>GradientPTQConfig Class &#8212; MCT Documentation: ver 2.4.4</title>
1010
<link rel="stylesheet" type="text/css" href="../../../static/pygments.css?v=fa44fd50" />
1111
<link rel="stylesheet" type="text/css" href="../../../static/bizstyle.css?v=5283bb3d" />
1212
<link rel="stylesheet" type="text/css" href="../../../static/css/custom.css?v=01243f34" />
1313

14-
<script src="../../../static/documentation_options.js?v=de1351e5"></script>
14+
<script src="../../../static/documentation_options.js?v=b1e24531"></script>
1515
<script src="../../../static/doctools.js?v=9bcbadda"></script>
1616
<script src="../../../static/sphinx_highlight.js?v=dc90522c"></script>
1717
<script src="../../../static/bizstyle.js"></script>
@@ -28,7 +28,7 @@ <h3>Navigation</h3>
2828
<li class="right" style="margin-right: 10px">
2929
<a href="../../../genindex.html" title="General Index"
3030
accesskey="I">index</a></li>
31-
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.2</a> &#187;</li>
31+
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.4</a> &#187;</li>
3232
<li class="nav-item nav-item-this"><a href="">GradientPTQConfig Class</a></li>
3333
</ul>
3434
</div>
@@ -192,7 +192,7 @@ <h3>Navigation</h3>
192192
<li class="right" style="margin-right: 10px">
193193
<a href="../../../genindex.html" title="General Index"
194194
>index</a></li>
195-
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.2</a> &#187;</li>
195+
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.4.4</a> &#187;</li>
196196
<li class="nav-item nav-item-this"><a href="">GradientPTQConfig Class</a></li>
197197
</ul>
198198
</div>

0 commit comments

Comments
 (0)