Skip to content

Commit 8d35239

Browse files
committed
deploy: c4010bc
1 parent d6a7533 commit 8d35239

File tree

689 files changed

+760
-729
lines changed

Some content is hidden

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

689 files changed

+760
-729
lines changed

latest/_sources/autoapi/neural_compressor/adaptor/mxnet/index.rst.txt

+11
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Classes
1515
.. autoapisummary::
1616

1717
neural_compressor.adaptor.mxnet.MxNetAdaptor
18+
neural_compressor.adaptor.mxnet.MXNetQuery
1819

1920

2021

@@ -30,3 +31,13 @@ Classes
3031
:type framework_specific_info: dict
3132

3233

34+
.. py:class:: MXNetQuery(local_config_file)
35+
36+
37+
38+
39+
Base class that defines Query Interface.
40+
41+
Each adaption layer should implement the inherited class for specific backend on their own.
42+
43+

latest/_sources/autoapi/neural_compressor/adaptor/onnxrt/index.rst.txt

+11
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Classes
1919
neural_compressor.adaptor.onnxrt.ONNXRT_QLinearOpsAdaptor
2020
neural_compressor.adaptor.onnxrt.ONNXRT_IntegerOpsAdaptor
2121
neural_compressor.adaptor.onnxrt.ONNXRT_QDQAdaptor
22+
neural_compressor.adaptor.onnxrt.ONNXRTQuery
2223

2324

2425

@@ -78,3 +79,13 @@ Classes
7879
:type framework_specific_info: dict
7980

8081

82+
.. py:class:: ONNXRTQuery(dynamic=False, static=False, format=None, local_config_file=None)
83+
84+
85+
86+
87+
Base class that defines Query Interface.
88+
89+
Each adaption layer should implement the inherited class for specific backend on their own.
90+
91+

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
@@ -22,7 +22,7 @@ Classes
2222

2323

2424

25-
.. py:class:: FuseNodeStartWithConcatV2(**kwargs)
25+
.. py:class:: FuseNodeStartWithConcatV2
2626
2727
2828

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Classes
5454
A Reg object that defines regulization terms.
5555

5656

57-
.. py:class:: KerasBasicPruner(config, modules)
57+
.. py:class:: KerasBasicPruner
5858
5959
6060

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Classes
2222

2323

2424

25-
.. py:class:: MXNetDataLoader(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)
25+
.. py:class:: MXNetDataLoader
2626
2727
2828

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Classes
2323

2424

2525

26-
.. 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)
26+
.. py:class:: ONNXRTBertDataLoader
2727
2828
2929
3030
3131
Built-in dataloader for onnx bert model and its variants.
3232

3333

34-
.. 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)
34+
.. py:class:: ONNXRTDataLoader
3535
3636
3737

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Classes
4040
:param batch_size: int. batch size
4141

4242

43-
.. 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)
43+
.. py:class:: TensorflowBertDataLoader
4444
4545
4646
@@ -50,7 +50,7 @@ Classes
5050
this dataloader is designed to satisfy the usage of Bert models.
5151

5252

53-
.. 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)
53+
.. py:class:: TensorflowModelZooBertDataLoader
5454
5555
5656

latest/_sources/autoapi/neural_compressor/experimental/data/dataloaders/mxnet_dataloader/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Classes
2222

2323

2424

25-
.. py:class:: MXNetDataLoader(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)
25+
.. py:class:: MXNetDataLoader
2626
2727
2828

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Classes
2323

2424

2525

26-
.. 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)
26+
.. py:class:: ONNXRTBertDataLoader
2727
2828
2929
3030
3131
Built-in dataloader for onnx bert model and its variants.
3232

3333

34-
.. 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)
34+
.. py:class:: ONNXRTDataLoader
3535
3636
3737

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Classes
4040
:param batch_size: int. batch size
4141

4242

43-
.. 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)
43+
.. py:class:: TensorflowBertDataLoader
4444
4545
4646
@@ -50,7 +50,7 @@ Classes
5050
this dataloader is designed to satisfy the usage of Bert models.
5151

5252

53-
.. 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)
53+
.. py:class:: TensorflowModelZooBertDataLoader
5454
5555
5656

latest/_sources/autoapi/neural_compressor/experimental/strategy/basic/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Classes
2222

2323

2424

25-
.. py:class:: BasicTuneStrategy(model, conf, q_dataloader=None, q_func=None, eval_dataloader=None, eval_func=None, resume=None, q_hooks=None)
25+
.. py:class:: BasicTuneStrategy
2626
2727
2828

latest/_sources/autoapi/neural_compressor/experimental/strategy/exhaustive/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Classes
2222

2323

2424

25-
.. py:class:: ExhaustiveTuneStrategy
25+
.. py:class:: ExhaustiveTuneStrategy(model, conf, q_dataloader=None, q_func=None, eval_dataloader=None, eval_func=None, resume=None, q_hooks=None)
2626
2727
2828

latest/_sources/autoapi/neural_compressor/experimental/strategy/random/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Classes
2222

2323

2424

25-
.. py:class:: RandomTuneStrategy
25+
.. py:class:: RandomTuneStrategy(model, conf, q_dataloader=None, q_func=None, eval_dataloader=None, eval_func=None, resume=None, q_hooks=None)
2626
2727
2828

latest/_sources/autoapi/neural_compressor/strategy/basic/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Classes
2222

2323

2424

25-
.. py:class:: BasicTuneStrategy(model, conf, q_dataloader=None, q_func=None, eval_func=None, eval_dataloader=None, eval_metric=None, resume=None, q_hooks=None)
25+
.. py:class:: BasicTuneStrategy
2626
2727
2828

latest/_sources/autoapi/neural_compressor/strategy/exhaustive/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Classes
2222

2323

2424

25-
.. py:class:: ExhaustiveTuneStrategy
25+
.. py:class:: ExhaustiveTuneStrategy(model, conf, q_dataloader=None, q_func=None, eval_func=None, eval_dataloader=None, eval_metric=None, resume=None, q_hooks=None)
2626
2727
2828

latest/_sources/autoapi/neural_compressor/strategy/random/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Classes
2222

2323

2424

25-
.. py:class:: RandomTuneStrategy
25+
.. py:class:: RandomTuneStrategy(model, conf, q_dataloader=None, q_func=None, eval_func=None, eval_dataloader=None, eval_metric=None, resume=None, q_hooks=None)
2626
2727
2828

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

-7
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,6 @@ Functions
6464
:returns: the default gptq config.
6565

6666

67-
.. py:class:: HQQConfig(bits: int = 4, group_size: int = 64, quant_zero: bool = True, quant_scale: bool = False, scale_quant_group_size: int = 128, skip_lm_head: bool = True, white_list: Optional[List[neural_compressor.common.utils.OP_NAME_OR_MODULE_TYPE]] = DEFAULT_WHITE_LIST)
68-
69-
70-
71-
72-
The base config for all algorithm configs.
73-
7467

7568
.. py:function:: get_default_hqq_config() -> HQQConfig
7669

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 0x7f4d5d311030>
110+
<jinja2.runtime.BlockReference object at 0x7f3b97971a80>
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 0x7f4d56716350>
149+
<jinja2.runtime.BlockReference object at 0x7f3b961be710>
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 0x7f4d568dc730>
220+
<jinja2.runtime.BlockReference object at 0x7f3b961bfa90>
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 0x7f4d56267ee0>
128+
<jinja2.runtime.BlockReference object at 0x7f3b960abfd0>
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 0x7f4d56267b80>
109+
<jinja2.runtime.BlockReference object at 0x7f3b960ab3a0>
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 0x7f4d562d2aa0>
109+
<jinja2.runtime.BlockReference object at 0x7f3b9c44c550>
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 0x7f4d56507cd0>
109+
<jinja2.runtime.BlockReference object at 0x7f3b9653ffa0>
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 0x7f4d58c655d0>
109+
<jinja2.runtime.BlockReference object at 0x7f3b960a83d0>
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 0x7f4d56505ba0>
109+
<jinja2.runtime.BlockReference object at 0x7f3b9f9d7bb0>
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 0x7f4d56504370>
109+
<jinja2.runtime.BlockReference object at 0x7f3b960a8b80>
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 0x7f4d565050f0>
109+
<jinja2.runtime.BlockReference object at 0x7f3b961bfac0>
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

+11-1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
9999
<tr class="row-odd"><td><p><a class="reference internal" href="#neural_compressor.adaptor.mxnet.MxNetAdaptor" title="neural_compressor.adaptor.mxnet.MxNetAdaptor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">MxNetAdaptor</span></code></a></p></td>
100100
<td><p>The MXNet adaptor layer, do MXNet quantization, calibration, inspect layer tensors.</p></td>
101101
</tr>
102+
<tr class="row-even"><td><p><a class="reference internal" href="#neural_compressor.adaptor.mxnet.MXNetQuery" title="neural_compressor.adaptor.mxnet.MXNetQuery"><code class="xref py py-obj docutils literal notranslate"><span class="pre">MXNetQuery</span></code></a></p></td>
103+
<td><p>Base class that defines Query Interface.</p></td>
104+
</tr>
102105
</tbody>
103106
</table>
104107
<dl class="py class">
@@ -112,6 +115,13 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
112115
</dl>
113116
</dd></dl>
114117

118+
<dl class="py class">
119+
<dt class="sig sig-object py" id="neural_compressor.adaptor.mxnet.MXNetQuery">
120+
<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.</span></span><span class="sig-name descname"><span class="pre">MXNetQuery</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">local_config_file</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.py"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#neural_compressor.adaptor.mxnet.MXNetQuery" title="Permalink to this definition"></a></dt>
121+
<dd><p>Base class that defines Query Interface.</p>
122+
<p>Each adaption layer should implement the inherited class for specific backend on their own.</p>
123+
</dd></dl>
124+
115125
</section>
116126
</section>
117127
</section>
@@ -130,7 +140,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headin
130140
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
131141
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
132142
provided by <a href="https://readthedocs.org">Read the Docs</a>.
133-
<jinja2.runtime.BlockReference object at 0x7f4d56507a90>
143+
<jinja2.runtime.BlockReference object at 0x7f3b962b1060>
134144
<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>
135145

136146

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 0x7f4d568dc910>
118+
<jinja2.runtime.BlockReference object at 0x7f3b96439930>
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 0x7f4d568102b0>
682+
<jinja2.runtime.BlockReference object at 0x7f3b9653cc40>
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

0 commit comments

Comments
 (0)