Skip to content

Commit

Permalink
Deploying to doc_pages from @ 4b903a5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vshampor committed Dec 19, 2023
1 parent 6a0083c commit 36d2773
Show file tree
Hide file tree
Showing 665 changed files with 18,220 additions and 1,246 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 3238d1b1cbe90f3619a51364aeadcdb3
config: ebe8a746f17f137619dd52b5effe3c99
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion _autoapi_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ <h1>NNCF API Reference<a class="headerlink" href="#nncf-api-reference" title="Pe
<div class="bottom-of-page">
<div class="left-details">
<div class="copyright">
Copyright &#169; 2023, Intel Corporation
Copyright &#169;
</div>
Made with
<a href="https://github.com/pradyunsg/furo">Furo</a>
Expand Down
2 changes: 1 addition & 1 deletion _autoapi_templates/python/attribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
<div class="bottom-of-page">
<div class="left-details">
<div class="copyright">
Copyright &#169; 2023, Intel Corporation
Copyright &#169;
</div>
Made with
<a href="https://github.com/pradyunsg/furo">Furo</a>
Expand Down
2 changes: 1 addition & 1 deletion _autoapi_templates/python/class.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
<div class="bottom-of-page">
<div class="left-details">
<div class="copyright">
Copyright &#169; 2023, Intel Corporation
Copyright &#169;
</div>
Made with
<a href="https://github.com/pradyunsg/furo">Furo</a>
Expand Down
2 changes: 1 addition & 1 deletion _autoapi_templates/python/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
<div class="bottom-of-page">
<div class="left-details">
<div class="copyright">
Copyright &#169; 2023, Intel Corporation
Copyright &#169;
</div>
Made with
<a href="https://github.com/pradyunsg/furo">Furo</a>
Expand Down
2 changes: 1 addition & 1 deletion _autoapi_templates/python/exception.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
<div class="bottom-of-page">
<div class="left-details">
<div class="copyright">
Copyright &#169; 2023, Intel Corporation
Copyright &#169;
</div>
Made with
<a href="https://github.com/pradyunsg/furo">Furo</a>
Expand Down
2 changes: 1 addition & 1 deletion _autoapi_templates/python/function.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
<div class="bottom-of-page">
<div class="left-details">
<div class="copyright">
Copyright &#169; 2023, Intel Corporation
Copyright &#169;
</div>
Made with
<a href="https://github.com/pradyunsg/furo">Furo</a>
Expand Down
2 changes: 1 addition & 1 deletion _autoapi_templates/python/method.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
<div class="bottom-of-page">
<div class="left-details">
<div class="copyright">
Copyright &#169; 2023, Intel Corporation
Copyright &#169;
</div>
Made with
<a href="https://github.com/pradyunsg/furo">Furo</a>
Expand Down
2 changes: 1 addition & 1 deletion _autoapi_templates/python/module.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
<div class="bottom-of-page">
<div class="left-details">
<div class="copyright">
Copyright &#169; 2023, Intel Corporation
Copyright &#169;
</div>
Made with
<a href="https://github.com/pradyunsg/furo">Furo</a>
Expand Down
2 changes: 1 addition & 1 deletion _autoapi_templates/python/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
<div class="bottom-of-page">
<div class="left-details">
<div class="copyright">
Copyright &#169; 2023, Intel Corporation
Copyright &#169;
</div>
Made with
<a href="https://github.com/pradyunsg/furo">Furo</a>
Expand Down
2 changes: 1 addition & 1 deletion _autoapi_templates/python/property.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
<div class="bottom-of-page">
<div class="left-details">
<div class="copyright">
Copyright &#169; 2023, Intel Corporation
Copyright &#169;
</div>
Made with
<a href="https://github.com/pradyunsg/furo">Furo</a>
Expand Down
3 changes: 2 additions & 1 deletion _sources/autoapi/nncf/api/compression/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ Classes
while still preserving the functioning of the model object as a compressed model.

:param do_copy: If True (default), will return a copy of the currently associated model object. If False,
will return the currently associated model object "stripped" in-place.
will return the currently associated model object "stripped" in-place.
:return: The stripped model.


.. py:method:: export_model(save_path, save_format = None, input_names = None, output_names = None, model_args = None)
Expand Down
15 changes: 0 additions & 15 deletions _sources/autoapi/nncf/common/deprecation/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,4 @@

.. py:module:: nncf.common.deprecation
.. autoapi-nested-parse::

"
Copyright (c) 2022 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

:py:mod:`nncf.common.logging.track_progress`
============================================

.. py:module:: nncf.common.logging.track_progress
8 changes: 8 additions & 0 deletions _sources/autoapi/nncf/common/plotting/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

:py:mod:`nncf.common.plotting`
==============================

.. py:module:: nncf.common.plotting
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Classes

.. autoapisummary::

nncf.common.quantization.structs.QuantizationMode
nncf.common.quantization.structs.QuantizationScheme




.. py:class:: QuantizationMode
.. py:class:: QuantizationScheme
Basic enumeration for quantization mode specification.
Basic enumeration for quantization scheme specification.

:param SYMMETRIC:
:param ASYMMETRIC:
Expand Down
8 changes: 8 additions & 0 deletions _sources/autoapi/nncf/common/strip/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

:py:mod:`nncf.common.strip`
===========================

.. py:module:: nncf.common.strip
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,4 @@

.. py:module:: nncf.experimental.common.graph.netron
.. autoapi-nested-parse::

Copyright (c) 2022 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

:py:mod:`nncf.experimental.common.tensor_statistics.statistical_functions`
==========================================================================

.. py:module:: nncf.experimental.common.tensor_statistics.statistical_functions
8 changes: 0 additions & 8 deletions _sources/autoapi/nncf/experimental/openvino/index.rst.txt

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 8 additions & 0 deletions _sources/autoapi/nncf/experimental/tensor/enums/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

:py:mod:`nncf.experimental.tensor.enums`
========================================

.. py:module:: nncf.experimental.tensor.enums
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

:py:mod:`nncf.experimental.tensor.functions`
============================================

.. py:module:: nncf.experimental.tensor.functions
8 changes: 8 additions & 0 deletions _sources/autoapi/nncf/experimental/tensor/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

:py:mod:`nncf.experimental.tensor`
==================================

.. py:module:: nncf.experimental.tensor
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

:py:mod:`nncf.experimental.tensor.numpy_functions`
==================================================

.. py:module:: nncf.experimental.tensor.numpy_functions
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

:py:mod:`nncf.experimental.tensor.tensor`
=========================================

.. py:module:: nncf.experimental.tensor.tensor
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

:py:mod:`nncf.experimental.tensor.torch_functions`
==================================================

.. py:module:: nncf.experimental.tensor.torch_functions
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

:py:mod:`nncf.experimental.torch.nas.bootstrapNAS.search.supernet`
==================================================================

.. py:module:: nncf.experimental.torch.nas.bootstrapNAS.search.supernet
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,4 @@

.. py:module:: nncf.experimental.torch.pruning.operations
.. autoapi-nested-parse::

Copyright (c) 2022 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

:py:mod:`nncf.experimental.torch.replace_custom_modules`
========================================================

.. py:module:: nncf.experimental.torch.replace_custom_modules
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

:py:mod:`nncf.experimental.torch.replace_custom_modules.timm_custom_modules`
============================================================================

.. py:module:: nncf.experimental.torch.replace_custom_modules.timm_custom_modules
Loading

0 comments on commit 36d2773

Please sign in to comment.