Skip to content

Commit 48d6329

Browse files
committed
deploy: 189f77a
1 parent c300767 commit 48d6329

File tree

584 files changed

+644
-627
lines changed

Some content is hidden

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

584 files changed

+644
-627
lines changed

latest/_sources/autoapi/neural_compressor/adaptor/mxnet_utils/util/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Functions
5656
Module Contents
5757
---------------
5858

59-
.. py:class:: OpType
59+
.. py:class:: OpType(*args, **kwds)
6060
6161
6262

latest/_sources/autoapi/neural_compressor/adaptor/ox_utils/util/index.rst.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Module Contents
7272
Map data type and its string representation.
7373

7474

75-
.. py:class:: QuantType
75+
.. py:class:: QuantType(*args, **kwds)
7676
7777
7878
@@ -212,21 +212,21 @@ Module Contents
212212
Represents a linearly quantized weight input from ONNX operators.
213213

214214

215-
.. py:class:: QuantizationMode
215+
.. py:class:: QuantizationMode(*args, **kwds)
216216
217217
218218
219219
Represent QuantizationMode value.
220220

221221

222-
.. py:class:: QuantizedValueType
222+
.. py:class:: QuantizedValueType(*args, **kwds)
223223
224224
225225
226226
Represent QuantizedValueType value.
227227

228228

229-
.. py:class:: QuantFormat
229+
.. py:class:: QuantFormat(*args, **kwds)
230230
231231
232232

latest/_sources/autoapi/neural_compressor/adaptor/tf_utils/quantize_graph/quantize_graph_concatv2/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Classes
2020
Module Contents
2121
---------------
2222

23-
.. py:class:: FuseNodeStartWithConcatV2(**kwargs)
23+
.. py:class:: FuseNodeStartWithConcatV2
2424
2525
2626

latest/_sources/autoapi/neural_compressor/common/tuning_param/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Classes
2121
Module Contents
2222
---------------
2323

24-
.. py:class:: ParamLevel
24+
.. py:class:: ParamLevel(*args, **kwds)
2525
2626
2727

latest/_sources/autoapi/neural_compressor/common/utils/constants/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Classes
2020
Module Contents
2121
---------------
2222

23-
.. py:class:: Mode
23+
.. py:class:: Mode(*args, **kwds)
2424
2525
2626

latest/_sources/autoapi/neural_compressor/common/utils/index.rst.txt

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Submodules
1616
:maxdepth: 1
1717

1818
/autoapi/neural_compressor/common/utils/constants/index
19+
/autoapi/neural_compressor/common/utils/logger/index
1920
/autoapi/neural_compressor/common/utils/save_load/index
2021
/autoapi/neural_compressor/common/utils/utility/index
2122

latest/_sources/autoapi/neural_compressor/common/utils/utility/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Module Contents
111111
:returns: The decorated function.
112112

113113

114-
.. py:class:: ProcessorType
114+
.. py:class:: ProcessorType(*args, **kwds)
115115
116116
117117

latest/_sources/autoapi/neural_compressor/compression/pruner/pruners/basic/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Module Contents
5151
A Reg object that defines regulization terms.
5252

5353

54-
.. py:class:: KerasBasicPruner
54+
.. py:class:: KerasBasicPruner(config, modules)
5555
5656
5757

latest/_sources/autoapi/neural_compressor/data/dataloaders/onnxrt_dataloader/index.rst.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ Classes
2121
Module Contents
2222
---------------
2323

24-
.. py:class:: ONNXRTBertDataLoader
24+
.. py:class:: ONNXRTBertDataLoader(dataset, batch_size=1, last_batch='rollover', collate_fn=None, sampler=None, batch_sampler=None, num_workers=0, pin_memory=False, shuffle=False, distributed=False)
2525
2626
2727
2828
Built-in dataloader for onnx bert model and its variants.
2929

3030

31-
.. py:class:: ONNXRTDataLoader
31+
.. py:class:: ONNXRTDataLoader(dataset, batch_size=1, last_batch='rollover', collate_fn=None, sampler=None, batch_sampler=None, num_workers=0, pin_memory=False, shuffle=False, distributed=False)
3232
3333
3434

latest/_sources/autoapi/neural_compressor/data/dataloaders/pytorch_dataloader/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Classes
2020
Module Contents
2121
---------------
2222

23-
.. py:class:: PyTorchDataLoader
23+
.. py:class:: PyTorchDataLoader(dataset, batch_size=1, last_batch='rollover', collate_fn=None, sampler=None, batch_sampler=None, num_workers=0, pin_memory=False, shuffle=False, distributed=False)
2424
2525
2626

latest/_sources/autoapi/neural_compressor/data/dataloaders/tensorflow_dataloader/index.rst.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Module Contents
3737
:param batch_size: int. batch size
3838

3939

40-
.. py:class:: TensorflowBertDataLoader
40+
.. py:class:: TensorflowBertDataLoader(dataset, batch_size=1, last_batch='rollover', collate_fn=None, sampler=None, batch_sampler=None, num_workers=0, pin_memory=False, shuffle=False, distributed=False)
4141
4242
4343
@@ -46,7 +46,7 @@ Module Contents
4646
this dataloader is designed to satisfy the usage of Bert models.
4747

4848

49-
.. py:class:: TensorflowModelZooBertDataLoader
49+
.. py:class:: TensorflowModelZooBertDataLoader(dataset, batch_size=1, last_batch='rollover', collate_fn=None, sampler=None, batch_sampler=None, num_workers=0, pin_memory=False, shuffle=False, distributed=False)
5050
5151
5252
@@ -55,7 +55,7 @@ Module Contents
5555
this dataloader is designed to satisfy the usage of Model Zoo Bert models.
5656

5757

58-
.. py:class:: TensorflowDataLoader
58+
.. py:class:: TensorflowDataLoader(dataset, batch_size=1, last_batch='rollover', collate_fn=None, sampler=None, batch_sampler=None, num_workers=0, pin_memory=False, shuffle=False, distributed=False)
5959
6060
6161

latest/_sources/autoapi/neural_compressor/tensorflow/quantization/index.rst.txt

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Submodules
2525
:maxdepth: 1
2626

2727
/autoapi/neural_compressor/tensorflow/quantization/algorithm_entry/index
28+
/autoapi/neural_compressor/tensorflow/quantization/autotune/index
2829
/autoapi/neural_compressor/tensorflow/quantization/config/index
2930
/autoapi/neural_compressor/tensorflow/quantization/quantize/index
3031

latest/_sources/autoapi/neural_compressor/tensorflow/quantization/utils/quantize_graph/quantize_graph_concatv2/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Classes
2020
Module Contents
2121
---------------
2222

23-
.. py:class:: FuseNodeStartWithConcatV2(**kwargs)
23+
.. py:class:: FuseNodeStartWithConcatV2
2424
2525
2626

latest/_sources/autoapi/neural_compressor/torch/algorithms/mx_quant/utils/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Functions
3030
Module Contents
3131
---------------
3232

33-
.. py:class:: ElemFormat
33+
.. py:class:: ElemFormat(*args, **kwds)
3434
3535
3636

latest/_sources/autoapi/neural_compressor/torch/quantization/index.rst.txt

+2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Submodules
1616
:maxdepth: 1
1717

1818
/autoapi/neural_compressor/torch/quantization/algorithm_entry/index
19+
/autoapi/neural_compressor/torch/quantization/autotune/index
1920
/autoapi/neural_compressor/torch/quantization/config/index
21+
/autoapi/neural_compressor/torch/quantization/quantize/index
2022
/autoapi/neural_compressor/torch/quantization/save_load_entry/index
2123

2224

latest/_sources/autoapi/neural_compressor/torch/utils/constants/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Classes
2020
Module Contents
2121
---------------
2222

23-
.. py:class:: SaveLoadFormat
23+
.. py:class:: SaveLoadFormat(*args, **kwds)
2424
2525
2626

latest/_sources/autoapi/neural_compressor/utils/utility/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Module Contents
225225
The statistics printer.
226226

227227

228-
.. py:class:: MODE
228+
.. py:class:: MODE(*args, **kwds)
229229
230230
231231

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

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
Full Publications/Events (86)
1+
Full Publications/Events (87)
22
==========
3+
## 2025 (1)
4+
* Blog on SqueezeBits: [[Intel Gaudi] #4. FP8 Quantization](https://blog.squeezebits.com/intel-gaudi-4-fp8-quantization--40269) (Jan 2025)
5+
36
## 2024 (7)
47
* Blog by Microsoft: [Phi-4 quantization and inference speedup](https://techcommunity.microsoft.com/blog/machinelearningblog/phi-4-quantization-and-inference-speedup/4360047) (Dec 2024)
58
* EMNLP'2024: [Optimize Weight Rounding via Signed Gradient Descent for the Quantization of LLMs](https://arxiv.org/abs/2309.05516) (Sep 2024)
@@ -29,7 +32,7 @@ Full Publications/Events (86)
2932
* Blog on Medium: [Intel Optimization at Netflix](https://medium.com/@amerather_9719/intel-optimization-at-netflix-79ef0efb9d2) (May 2023)
3033
* Blog on Medium: [Effective Post-training Quantization for Large Language Models with Enhanced SmoothQuant Approach](https://medium.com/@NeuralCompressor/effective-post-training-quantization-for-large-language-models-with-enhanced-smoothquant-approach-93e9d104fb98) (Apr 2023)
3134
* Blog by Intel: [Intel® Xeon® Processors Are Still the Only CPU With MLPerf Results, Raising the Bar By 5x](https://community.intel.com/t5/Blogs/Tech-Innovation/Artificial-Intelligence-AI/Intel-Xeon-Processors-Are-Still-the-Only-CPU-With-MLPerf-Results/post/1472750) (Apr 2023)
32-
* Blog by Intel: [集成英特尔® Neural Compressor,腾讯云TACO Kit为AI应用带来高效异构加速服务]([https://mp.weixin.qq.com/s/I-FQqOuW7HTnwXegLGNAtw](https://www.intel.cn/content/www/cn/zh/customer-spotlight/cases/neural-compressor-tencent-cloud-taco-kit-ai.html)) (Mar 2023)
35+
* Blog by Intel: [集成英特尔® Neural Compressor,腾讯云TACO Kit为AI应用带来高效异构加速服务](https://www.intel.cn/content/www/cn/zh/customer-spotlight/cases/neural-compressor-tencent-cloud-taco-kit-ai.html) (Mar 2023)
3336
* Post on Social Media: [Adopt with Tencent TACO: Heterogeneous optimization is also key to improving AI computing power](https://mp.weixin.qq.com/s/I-FQqOuW7HTnwXegLGNAtw) (Mar 2023)
3437
* Blog on Medium: [Structured Pruning for Transformer-Based Models](https://medium.com/intel-analytics-software/structured-pruning-for-transformer-based-models-116e949ef12c) (Jan 2023)
3538
* Post on Social Media: [Training and Inference for Stable Diffusion | Intel Business](https://www.youtube.com/watch?v=emCgSTlJaAg) (Jan 2023)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 0x7f9acd501750>
117+
<jinja2.runtime.BlockReference object at 0x7fb2dbb361b0>
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
@@ -198,7 +198,7 @@ <h2>Functions<a class="headerlink" href="#functions" title="Link to this heading
198198
<h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to this heading"></a></h2>
199199
<dl class="py class">
200200
<dt class="sig sig-object py" id="neural_compressor.adaptor.mxnet_utils.util.OpType">
201-
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">neural_compressor.adaptor.mxnet_utils.util.</span></span><span class="sig-name descname"><span class="pre">OpType</span></span><a class="reference external" href="https://github.com/intel/neural-compressor/blob/master/neural_compressor/adaptor/mxnet_utils/util.py"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#neural_compressor.adaptor.mxnet_utils.util.OpType" title="Link to this definition"></a></dt>
201+
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">neural_compressor.adaptor.mxnet_utils.util.</span></span><span class="sig-name descname"><span class="pre">OpType</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwds</span></span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/intel/neural-compressor/blob/master/neural_compressor/adaptor/mxnet_utils/util.py"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#neural_compressor.adaptor.mxnet_utils.util.OpType" title="Link to this definition"></a></dt>
202202
<dd><p>Enum op types.</p>
203203
</dd></dl>
204204

@@ -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 0x7f9accbcb370>
681+
<jinja2.runtime.BlockReference object at 0x7fb2dab6a300>
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 0x7f9accbc9780>
128+
<jinja2.runtime.BlockReference object at 0x7fb2dab68830>
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 0x7f9acd4b8700>
228+
<jinja2.runtime.BlockReference object at 0x7fb2d8efede0>
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 0x7f9acd01e650>
130+
<jinja2.runtime.BlockReference object at 0x7fb2dab156a0>
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 0x7f9ad52a7580>
155+
<jinja2.runtime.BlockReference object at 0x7fb2e03e5b80>
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 0x7f9ad52a6590>
137+
<jinja2.runtime.BlockReference object at 0x7fb2dab72990>
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 0x7f9acd5018d0>
137+
<jinja2.runtime.BlockReference object at 0x7fb2d8765f10>
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/binary_op/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 0x7f9acd502fb0>
155+
<jinja2.runtime.BlockReference object at 0x7fb2d8efef00>
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/concat/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 0x7f9acd5006a0>
137+
<jinja2.runtime.BlockReference object at 0x7fb2dab6ba40>
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/conv/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 0x7f9acd500760>
137+
<jinja2.runtime.BlockReference object at 0x7fb2e01a6cf0>
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/direct_q8/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 0x7f9acd503c40>
137+
<jinja2.runtime.BlockReference object at 0x7fb2dc9fbfb0>
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/embed_layernorm/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 0x7f9acd01cee0>
137+
<jinja2.runtime.BlockReference object at 0x7fb2d8736510>
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/gather/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 0x7f9acd01e530>
137+
<jinja2.runtime.BlockReference object at 0x7fb2d8eff020>
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/gavgpool/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 0x7f9acd01f370>
137+
<jinja2.runtime.BlockReference object at 0x7fb2e08aa810>
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/gemm/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 0x7f9accbc87f0>
137+
<jinja2.runtime.BlockReference object at 0x7fb2d8eff260>
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)