Skip to content

Commit c300767

Browse files
committed
deploy: 14b8176
1 parent 4d7150d commit c300767

File tree

568 files changed

+1455
-1455
lines changed

Some content is hidden

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

568 files changed

+1455
-1455
lines changed

latest/_sources/autoapi/neural_compressor/adaptor/torch_utils/hawq_metric/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Module Contents
4646
https://github.com/openvinotoolkit/nncf/blob/develop/nncf/torch/quantization/hessian_trace.py
4747

4848

49-
.. py:function:: compare_weights(float_dict: Dict[str, Any], quantized_dict: Dict[str, Any]) -> Dict[str, Dict[str, torch.Tensor]]
49+
.. py:function:: compare_weights(float_dict: Dict[str, Any], quantized_dict: Dict[str, Any]) -> Dict[str, Dict[str, torch]]
5050
5151
Compare the weights of the float module with its corresponding quantized module.
5252

latest/_sources/docs/source/CODE_OF_CONDUCT.md.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In the interest of fostering an open and welcoming environment, we as
1414
contributors and maintainers pledge to making participation in our project and
1515
our community a harassment-free experience for everyone, regardless of age, body
1616
size, disability, ethnicity, sex characteristics, gender identity and expression,
17-
level of experience, education, socio-economic status, nationality, personal
17+
level of experience, education, socioeconomic status, nationality, personal
1818
appearance, race, religion, or sexual identity and orientation.
1919

2020
## Our Standards

latest/_static/pygments.css

+33-33
Original file line numberDiff line numberDiff line change
@@ -6,70 +6,70 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
66
.highlight .hll { background-color: #ffffcc }
77
.highlight { background: #eeffcc; }
88
.highlight .c { color: #408090; font-style: italic } /* Comment */
9-
.highlight .err { border: 1px solid #FF0000 } /* Error */
9+
.highlight .err { border: 1px solid #F00 } /* Error */
1010
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
11-
.highlight .o { color: #666666 } /* Operator */
11+
.highlight .o { color: #666 } /* Operator */
1212
.highlight .ch { color: #408090; font-style: italic } /* Comment.Hashbang */
1313
.highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */
1414
.highlight .cp { color: #007020 } /* Comment.Preproc */
1515
.highlight .cpf { color: #408090; font-style: italic } /* Comment.PreprocFile */
1616
.highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */
17-
.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
17+
.highlight .cs { color: #408090; background-color: #FFF0F0 } /* Comment.Special */
1818
.highlight .gd { color: #A00000 } /* Generic.Deleted */
1919
.highlight .ge { font-style: italic } /* Generic.Emph */
2020
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
21-
.highlight .gr { color: #FF0000 } /* Generic.Error */
21+
.highlight .gr { color: #F00 } /* Generic.Error */
2222
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
2323
.highlight .gi { color: #00A000 } /* Generic.Inserted */
24-
.highlight .go { color: #333333 } /* Generic.Output */
25-
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
24+
.highlight .go { color: #333 } /* Generic.Output */
25+
.highlight .gp { color: #C65D09; font-weight: bold } /* Generic.Prompt */
2626
.highlight .gs { font-weight: bold } /* Generic.Strong */
2727
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
28-
.highlight .gt { color: #0044DD } /* Generic.Traceback */
28+
.highlight .gt { color: #04D } /* Generic.Traceback */
2929
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
3030
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
3131
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
3232
.highlight .kp { color: #007020 } /* Keyword.Pseudo */
3333
.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
3434
.highlight .kt { color: #902000 } /* Keyword.Type */
3535
.highlight .m { color: #208050 } /* Literal.Number */
36-
.highlight .s { color: #4070a0 } /* Literal.String */
37-
.highlight .na { color: #4070a0 } /* Name.Attribute */
36+
.highlight .s { color: #4070A0 } /* Literal.String */
37+
.highlight .na { color: #4070A0 } /* Name.Attribute */
3838
.highlight .nb { color: #007020 } /* Name.Builtin */
39-
.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
40-
.highlight .no { color: #60add5 } /* Name.Constant */
41-
.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
42-
.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */
39+
.highlight .nc { color: #0E84B5; font-weight: bold } /* Name.Class */
40+
.highlight .no { color: #60ADD5 } /* Name.Constant */
41+
.highlight .nd { color: #555; font-weight: bold } /* Name.Decorator */
42+
.highlight .ni { color: #D55537; font-weight: bold } /* Name.Entity */
4343
.highlight .ne { color: #007020 } /* Name.Exception */
44-
.highlight .nf { color: #06287e } /* Name.Function */
44+
.highlight .nf { color: #06287E } /* Name.Function */
4545
.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */
46-
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
46+
.highlight .nn { color: #0E84B5; font-weight: bold } /* Name.Namespace */
4747
.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */
48-
.highlight .nv { color: #bb60d5 } /* Name.Variable */
48+
.highlight .nv { color: #BB60D5 } /* Name.Variable */
4949
.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */
50-
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
50+
.highlight .w { color: #BBB } /* Text.Whitespace */
5151
.highlight .mb { color: #208050 } /* Literal.Number.Bin */
5252
.highlight .mf { color: #208050 } /* Literal.Number.Float */
5353
.highlight .mh { color: #208050 } /* Literal.Number.Hex */
5454
.highlight .mi { color: #208050 } /* Literal.Number.Integer */
5555
.highlight .mo { color: #208050 } /* Literal.Number.Oct */
56-
.highlight .sa { color: #4070a0 } /* Literal.String.Affix */
57-
.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
58-
.highlight .sc { color: #4070a0 } /* Literal.String.Char */
59-
.highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */
60-
.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
61-
.highlight .s2 { color: #4070a0 } /* Literal.String.Double */
62-
.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
63-
.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */
64-
.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
65-
.highlight .sx { color: #c65d09 } /* Literal.String.Other */
56+
.highlight .sa { color: #4070A0 } /* Literal.String.Affix */
57+
.highlight .sb { color: #4070A0 } /* Literal.String.Backtick */
58+
.highlight .sc { color: #4070A0 } /* Literal.String.Char */
59+
.highlight .dl { color: #4070A0 } /* Literal.String.Delimiter */
60+
.highlight .sd { color: #4070A0; font-style: italic } /* Literal.String.Doc */
61+
.highlight .s2 { color: #4070A0 } /* Literal.String.Double */
62+
.highlight .se { color: #4070A0; font-weight: bold } /* Literal.String.Escape */
63+
.highlight .sh { color: #4070A0 } /* Literal.String.Heredoc */
64+
.highlight .si { color: #70A0D0; font-style: italic } /* Literal.String.Interpol */
65+
.highlight .sx { color: #C65D09 } /* Literal.String.Other */
6666
.highlight .sr { color: #235388 } /* Literal.String.Regex */
67-
.highlight .s1 { color: #4070a0 } /* Literal.String.Single */
67+
.highlight .s1 { color: #4070A0 } /* Literal.String.Single */
6868
.highlight .ss { color: #517918 } /* Literal.String.Symbol */
6969
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
70-
.highlight .fm { color: #06287e } /* Name.Function.Magic */
71-
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
72-
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
73-
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
74-
.highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */
70+
.highlight .fm { color: #06287E } /* Name.Function.Magic */
71+
.highlight .vc { color: #BB60D5 } /* Name.Variable.Class */
72+
.highlight .vg { color: #BB60D5 } /* Name.Variable.Global */
73+
.highlight .vi { color: #BB60D5 } /* Name.Variable.Instance */
74+
.highlight .vm { color: #BB60D5 } /* Name.Variable.Magic */
7575
.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */

latest/autoapi/neural_compressor/adaptor/mxnet_utils/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>neural_compressor.adaptor.mxnet_utils &mdash; Intel® Neural Compressor 3.2 documentation</title>
8-
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=fa44fd50" />
8+
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=03e43079" />
99
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />
1010
<link rel="stylesheet" type="text/css" href="../../../../_static/graphviz.css?v=fd3f3429" />
1111
<link rel="stylesheet" type="text/css" href="../../../../_static/custom.css?v=68dfede1" />
@@ -114,7 +114,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
114114
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
115115
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
116116
provided by <a href="https://readthedocs.org">Read the Docs</a>.
117-
<jinja2.runtime.BlockReference object at 0x7f44836df2b0>
117+
<jinja2.runtime.BlockReference object at 0x7f9acd501750>
118118
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>
119119

120120

latest/autoapi/neural_compressor/adaptor/mxnet_utils/util/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>neural_compressor.adaptor.mxnet_utils.util &mdash; Intel® Neural Compressor 3.2 documentation</title>
8-
<link rel="stylesheet" type="text/css" href="../../../../../_static/pygments.css?v=fa44fd50" />
8+
<link rel="stylesheet" type="text/css" href="../../../../../_static/pygments.css?v=03e43079" />
99
<link rel="stylesheet" type="text/css" href="../../../../../_static/css/theme.css?v=19f00094" />
1010
<link rel="stylesheet" type="text/css" href="../../../../../_static/graphviz.css?v=fd3f3429" />
1111
<link rel="stylesheet" type="text/css" href="../../../../../_static/custom.css?v=68dfede1" />
@@ -678,7 +678,7 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
678678
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
679679
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
680680
provided by <a href="https://readthedocs.org">Read the Docs</a>.
681-
<jinja2.runtime.BlockReference object at 0x7f447d708eb0>
681+
<jinja2.runtime.BlockReference object at 0x7f9accbcb370>
682682
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>
683683

684684

latest/autoapi/neural_compressor/adaptor/ox_utils/calibration/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>neural_compressor.adaptor.ox_utils.calibration &mdash; Intel® Neural Compressor 3.2 documentation</title>
8-
<link rel="stylesheet" type="text/css" href="../../../../../_static/pygments.css?v=fa44fd50" />
8+
<link rel="stylesheet" type="text/css" href="../../../../../_static/pygments.css?v=03e43079" />
99
<link rel="stylesheet" type="text/css" href="../../../../../_static/css/theme.css?v=19f00094" />
1010
<link rel="stylesheet" type="text/css" href="../../../../../_static/graphviz.css?v=fd3f3429" />
1111
<link rel="stylesheet" type="text/css" href="../../../../../_static/custom.css?v=68dfede1" />
@@ -125,7 +125,7 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
125125
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
126126
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
127127
provided by <a href="https://readthedocs.org">Read the Docs</a>.
128-
<jinja2.runtime.BlockReference object at 0x7f447d7095a0>
128+
<jinja2.runtime.BlockReference object at 0x7f9accbc9780>
129129
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>
130130

131131

latest/autoapi/neural_compressor/adaptor/ox_utils/calibrator/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>neural_compressor.adaptor.ox_utils.calibrator &mdash; Intel® Neural Compressor 3.2 documentation</title>
8-
<link rel="stylesheet" type="text/css" href="../../../../../_static/pygments.css?v=fa44fd50" />
8+
<link rel="stylesheet" type="text/css" href="../../../../../_static/pygments.css?v=03e43079" />
99
<link rel="stylesheet" type="text/css" href="../../../../../_static/css/theme.css?v=19f00094" />
1010
<link rel="stylesheet" type="text/css" href="../../../../../_static/graphviz.css?v=fd3f3429" />
1111
<link rel="stylesheet" type="text/css" href="../../../../../_static/custom.css?v=68dfede1" />
@@ -225,7 +225,7 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
225225
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
226226
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
227227
provided by <a href="https://readthedocs.org">Read the Docs</a>.
228-
<jinja2.runtime.BlockReference object at 0x7f447d70b190>
228+
<jinja2.runtime.BlockReference object at 0x7f9acd4b8700>
229229
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>
230230

231231

latest/autoapi/neural_compressor/adaptor/ox_utils/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>neural_compressor.adaptor.ox_utils &mdash; Intel® Neural Compressor 3.2 documentation</title>
8-
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=fa44fd50" />
8+
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=03e43079" />
99
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />
1010
<link rel="stylesheet" type="text/css" href="../../../../_static/graphviz.css?v=fd3f3429" />
1111
<link rel="stylesheet" type="text/css" href="../../../../_static/custom.css?v=68dfede1" />
@@ -127,7 +127,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
127127
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
128128
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
129129
provided by <a href="https://readthedocs.org">Read the Docs</a>.
130-
<jinja2.runtime.BlockReference object at 0x7f447d72be80>
130+
<jinja2.runtime.BlockReference object at 0x7f9acd01e650>
131131
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>
132132

133133

latest/autoapi/neural_compressor/adaptor/ox_utils/operators/activation/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>neural_compressor.adaptor.ox_utils.operators.activation &mdash; Intel® Neural Compressor 3.2 documentation</title>
8-
<link rel="stylesheet" type="text/css" href="../../../../../../_static/pygments.css?v=fa44fd50" />
8+
<link rel="stylesheet" type="text/css" href="../../../../../../_static/pygments.css?v=03e43079" />
99
<link rel="stylesheet" type="text/css" href="../../../../../../_static/css/theme.css?v=19f00094" />
1010
<link rel="stylesheet" type="text/css" href="../../../../../../_static/graphviz.css?v=fd3f3429" />
1111
<link rel="stylesheet" type="text/css" href="../../../../../../_static/custom.css?v=68dfede1" />
@@ -152,7 +152,7 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
152152
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
153153
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
154154
provided by <a href="https://readthedocs.org">Read the Docs</a>.
155-
<jinja2.runtime.BlockReference object at 0x7f447d729060>
155+
<jinja2.runtime.BlockReference object at 0x7f9ad52a7580>
156156
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>
157157

158158

latest/autoapi/neural_compressor/adaptor/ox_utils/operators/argmax/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>neural_compressor.adaptor.ox_utils.operators.argmax &mdash; Intel® Neural Compressor 3.2 documentation</title>
8-
<link rel="stylesheet" type="text/css" href="../../../../../../_static/pygments.css?v=fa44fd50" />
8+
<link rel="stylesheet" type="text/css" href="../../../../../../_static/pygments.css?v=03e43079" />
99
<link rel="stylesheet" type="text/css" href="../../../../../../_static/css/theme.css?v=19f00094" />
1010
<link rel="stylesheet" type="text/css" href="../../../../../../_static/graphviz.css?v=fd3f3429" />
1111
<link rel="stylesheet" type="text/css" href="../../../../../../_static/custom.css?v=68dfede1" />
@@ -134,7 +134,7 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
134134
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
135135
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
136136
provided by <a href="https://readthedocs.org">Read the Docs</a>.
137-
<jinja2.runtime.BlockReference object at 0x7f44857a9510>
137+
<jinja2.runtime.BlockReference object at 0x7f9ad52a6590>
138138
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>
139139

140140

latest/autoapi/neural_compressor/adaptor/ox_utils/operators/attention/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>neural_compressor.adaptor.ox_utils.operators.attention &mdash; Intel® Neural Compressor 3.2 documentation</title>
8-
<link rel="stylesheet" type="text/css" href="../../../../../../_static/pygments.css?v=fa44fd50" />
8+
<link rel="stylesheet" type="text/css" href="../../../../../../_static/pygments.css?v=03e43079" />
99
<link rel="stylesheet" type="text/css" href="../../../../../../_static/css/theme.css?v=19f00094" />
1010
<link rel="stylesheet" type="text/css" href="../../../../../../_static/graphviz.css?v=fd3f3429" />
1111
<link rel="stylesheet" type="text/css" href="../../../../../../_static/custom.css?v=68dfede1" />
@@ -134,7 +134,7 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
134134
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
135135
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
136136
provided by <a href="https://readthedocs.org">Read the Docs</a>.
137-
<jinja2.runtime.BlockReference object at 0x7f447d728460>
137+
<jinja2.runtime.BlockReference object at 0x7f9acd5018d0>
138138
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>
139139

140140

0 commit comments

Comments
 (0)