Skip to content

Commit 9d9fcfd

Browse files
committed
deploy: e7b4b64
1 parent 8d35239 commit 9d9fcfd

File tree

674 files changed

+895
-673
lines changed

Some content is hidden

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

674 files changed

+895
-673
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
:orphan:
2+
3+
:py:mod:`neural_compressor.torch.algorithms.weight_only.teq`
4+
============================================================
5+
6+
.. py:module:: neural_compressor.torch.algorithms.weight_only.teq
7+
8+
9+
Module Contents
10+
---------------
11+
12+
Classes
13+
~~~~~~~
14+
15+
.. autoapisummary::
16+
17+
neural_compressor.torch.algorithms.weight_only.teq.TEQuantizer
18+
19+
20+
21+
Functions
22+
~~~~~~~~~
23+
24+
.. autoapisummary::
25+
26+
neural_compressor.torch.algorithms.weight_only.teq.teq_quantize
27+
28+
29+
30+
.. py:class:: TEQuantizer(model, weight_config={}, absorb_to_layer={}, folding=True, example_inputs=None)
31+
32+
33+
Weight-only quantization, Trainable Equivalent Transformation (TEQ): linear wrapper to apply scale to input.
34+
35+
36+
.. py:function:: teq_quantize(model, weight_config={}, absorb_to_layer={}, folding=True, dataloader=None, calib_func=None, example_inputs=None)
37+
38+
Run TEQ weight-only quantization.
39+
40+

latest/autoapi/block_mask/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
108108
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
109109
provided by <a href="https://readthedocs.org">Read the Docs</a>.
110-
<jinja2.runtime.BlockReference object at 0x7f3b97971a80>
110+
<jinja2.runtime.BlockReference object at 0x7f7a553ac2e0>
111111
<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>
112112

113113

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h3>Functions<a class="headerlink" href="#functions" title="Permalink to this he
146146
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
147147
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
148148
provided by <a href="https://readthedocs.org">Read the Docs</a>.
149-
<jinja2.runtime.BlockReference object at 0x7f3b961be710>
149+
<jinja2.runtime.BlockReference object at 0x7f7a4e1f87f0>
150150
<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>
151151

152152

latest/autoapi/neural_compressor/adaptor/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h2>Package Contents<a class="headerlink" href="#package-contents" title="Permal
217217
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
218218
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
219219
provided by <a href="https://readthedocs.org">Read the Docs</a>.
220-
<jinja2.runtime.BlockReference object at 0x7f3b961bfa90>
220+
<jinja2.runtime.BlockReference object at 0x7f7a4e37b250>
221221
<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>
222222

223223

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
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 0x7f3b960abfd0>
128+
<jinja2.runtime.BlockReference object at 0x7f7a4e378790>
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/keras_utils/conv2d/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
107107
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
108108
provided by <a href="https://readthedocs.org">Read the Docs</a>.
109-
<jinja2.runtime.BlockReference object at 0x7f3b960ab3a0>
109+
<jinja2.runtime.BlockReference object at 0x7f7a4e7e89d0>
110110
<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>
111111

112112

latest/autoapi/neural_compressor/adaptor/keras_utils/dense/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
107107
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
108108
provided by <a href="https://readthedocs.org">Read the Docs</a>.
109-
<jinja2.runtime.BlockReference object at 0x7f3b9c44c550>
109+
<jinja2.runtime.BlockReference object at 0x7f7a4e872f50>
110110
<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>
111111

112112

latest/autoapi/neural_compressor/adaptor/keras_utils/depthwise_conv2d/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
107107
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
108108
provided by <a href="https://readthedocs.org">Read the Docs</a>.
109-
<jinja2.runtime.BlockReference object at 0x7f3b9653ffa0>
109+
<jinja2.runtime.BlockReference object at 0x7f7a4e871f30>
110110
<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>
111111

112112

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
107107
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
108108
provided by <a href="https://readthedocs.org">Read the Docs</a>.
109-
<jinja2.runtime.BlockReference object at 0x7f3b960a83d0>
109+
<jinja2.runtime.BlockReference object at 0x7f7a4e8716c0>
110110
<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>
111111

112112

latest/autoapi/neural_compressor/adaptor/keras_utils/pool2d/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
107107
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
108108
provided by <a href="https://readthedocs.org">Read the Docs</a>.
109-
<jinja2.runtime.BlockReference object at 0x7f3b9f9d7bb0>
109+
<jinja2.runtime.BlockReference object at 0x7f7a4e870790>
110110
<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>
111111

112112

latest/autoapi/neural_compressor/adaptor/keras_utils/quantizer/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
107107
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
108108
provided by <a href="https://readthedocs.org">Read the Docs</a>.
109-
<jinja2.runtime.BlockReference object at 0x7f3b960a8b80>
109+
<jinja2.runtime.BlockReference object at 0x7f7a4e350550>
110110
<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>
111111

112112

latest/autoapi/neural_compressor/adaptor/keras_utils/separable_conv2d/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
107107
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
108108
provided by <a href="https://readthedocs.org">Read the Docs</a>.
109-
<jinja2.runtime.BlockReference object at 0x7f3b961bfac0>
109+
<jinja2.runtime.BlockReference object at 0x7f7a4e353040>
110110
<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>
111111

112112

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
140140
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
141141
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
142142
provided by <a href="https://readthedocs.org">Read the Docs</a>.
143-
<jinja2.runtime.BlockReference object at 0x7f3b962b1060>
143+
<jinja2.runtime.BlockReference object at 0x7f7a4e870cd0>
144144
<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>
145145

146146

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
115115
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
116116
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
117117
provided by <a href="https://readthedocs.org">Read the Docs</a>.
118-
<jinja2.runtime.BlockReference object at 0x7f3b96439930>
118+
<jinja2.runtime.BlockReference object at 0x7f7a4e37a7d0>
119119
<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>
120120

121121

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ <h3>Functions<a class="headerlink" href="#functions" title="Permalink to this he
679679
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
680680
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
681681
provided by <a href="https://readthedocs.org">Read the Docs</a>.
682-
<jinja2.runtime.BlockReference object at 0x7f3b9653cc40>
682+
<jinja2.runtime.BlockReference object at 0x7f7a4e5cdf00>
683683
<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>
684684

685685

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
196196
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
197197
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
198198
provided by <a href="https://readthedocs.org">Read the Docs</a>.
199-
<jinja2.runtime.BlockReference object at 0x7f3b9653c250>
199+
<jinja2.runtime.BlockReference object at 0x7f7a4e352080>
200200
<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>
201201

202202

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
126126
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
127127
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
128128
provided by <a href="https://readthedocs.org">Read the Docs</a>.
129-
<jinja2.runtime.BlockReference object at 0x7f3b961bf550>
129+
<jinja2.runtime.BlockReference object at 0x7f7a5792fe20>
130130
<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>
131131

132132

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ <h3>Functions<a class="headerlink" href="#functions" title="Permalink to this he
226226
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
227227
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
228228
provided by <a href="https://readthedocs.org">Read the Docs</a>.
229-
<jinja2.runtime.BlockReference object at 0x7f3b9f5bc550>
229+
<jinja2.runtime.BlockReference object at 0x7f7a577bafb0>
230230
<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>
231231

232232

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
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 0x7f3b9670df60>
155+
<jinja2.runtime.BlockReference object at 0x7f7a5786c880>
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/activation/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
153153
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
154154
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
155155
provided by <a href="https://readthedocs.org">Read the Docs</a>.
156-
<jinja2.runtime.BlockReference object at 0x7f3b9670f130>
156+
<jinja2.runtime.BlockReference object at 0x7f7a4e3500d0>
157157
<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>
158158

159159

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
135135
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
136136
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
137137
provided by <a href="https://readthedocs.org">Read the Docs</a>.
138-
<jinja2.runtime.BlockReference object at 0x7f3b95f6d270>
138+
<jinja2.runtime.BlockReference object at 0x7f7a4e353f70>
139139
<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>
140140

141141

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
135135
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
136136
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
137137
provided by <a href="https://readthedocs.org">Read the Docs</a>.
138-
<jinja2.runtime.BlockReference object at 0x7f3b95f6d840>
138+
<jinja2.runtime.BlockReference object at 0x7f7a4e3526b0>
139139
<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>
140140

141141

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
153153
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
154154
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
155155
provided by <a href="https://readthedocs.org">Read the Docs</a>.
156-
<jinja2.runtime.BlockReference object at 0x7f3b9f9415d0>
156+
<jinja2.runtime.BlockReference object at 0x7f7a4e3517b0>
157157
<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>
158158

159159

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
135135
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
136136
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
137137
provided by <a href="https://readthedocs.org">Read the Docs</a>.
138-
<jinja2.runtime.BlockReference object at 0x7f3b9670ff70>
138+
<jinja2.runtime.BlockReference object at 0x7f7a4e3520e0>
139139
<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>
140140

141141

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
135135
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
136136
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
137137
provided by <a href="https://readthedocs.org">Read the Docs</a>.
138-
<jinja2.runtime.BlockReference object at 0x7f3b9f9429e0>
138+
<jinja2.runtime.BlockReference object at 0x7f7a5772aaa0>
139139
<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>
140140

141141

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
135135
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
136136
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
137137
provided by <a href="https://readthedocs.org">Read the Docs</a>.
138-
<jinja2.runtime.BlockReference object at 0x7f3b9670cd90>
138+
<jinja2.runtime.BlockReference object at 0x7f7a4e352500>
139139
<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>
140140

141141

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
135135
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
136136
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
137137
provided by <a href="https://readthedocs.org">Read the Docs</a>.
138-
<jinja2.runtime.BlockReference object at 0x7f3b9f72d0f0>
138+
<jinja2.runtime.BlockReference object at 0x7f7a4e3534f0>
139139
<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>
140140

141141

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
135135
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
136136
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
137137
provided by <a href="https://readthedocs.org">Read the Docs</a>.
138-
<jinja2.runtime.BlockReference object at 0x7f3b9653ded0>
138+
<jinja2.runtime.BlockReference object at 0x7f7a57844c40>
139139
<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>
140140

141141

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
135135
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
136136
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
137137
provided by <a href="https://readthedocs.org">Read the Docs</a>.
138-
<jinja2.runtime.BlockReference object at 0x7f3b961be110>
138+
<jinja2.runtime.BlockReference object at 0x7f7a576d96f0>
139139
<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>
140140

141141

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
135135
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
136136
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
137137
provided by <a href="https://readthedocs.org">Read the Docs</a>.
138-
<jinja2.runtime.BlockReference object at 0x7f3b960aafb0>
138+
<jinja2.runtime.BlockReference object at 0x7f7a4e379b40>
139139
<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>
140140

141141

0 commit comments

Comments
 (0)