-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
reuvenp
committed
Mar 10, 2024
1 parent
b45b856
commit f840c90
Showing
61 changed files
with
476 additions
and
635 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
:orphan: | ||
|
||
.. _ug-PruningConfig: | ||
|
||
================================================ | ||
Pruning Configuration | ||
================================================ | ||
|
||
.. autofunction:: model_compression_toolkit.pruning.PruningConfig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
:orphan: | ||
|
||
.. _ug-PruningInfo: | ||
|
||
================================================ | ||
Pruning Information | ||
================================================ | ||
|
||
.. autofunction:: model_compression_toolkit.pruning.PruningInfo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions
10
docsrc/source/api/api_docs/methods/keras_data_generation_experimental.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
:orphan: | ||
|
||
.. _ug-keras_data_generation_experimental: | ||
|
||
|
||
===================================== | ||
Keras Data Generation | ||
===================================== | ||
|
||
.. autofunction:: model_compression_toolkit.data_generation.keras_data_generation_experimental |
4 changes: 2 additions & 2 deletions
4
...st_training_quantization_experimental.rst → ...st_training_quantization_experimental.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
:orphan: | ||
|
||
.. _ug-keras_gradient_post_training_quantization_experimental: | ||
.. _ug-keras_gradient_post_training_quantization: | ||
|
||
|
||
================================================ | ||
Keras Gradient Based Post Training Quantization | ||
================================================ | ||
|
||
.. autofunction:: model_compression_toolkit.gptq.keras_gradient_post_training_quantization_experimental | ||
.. autofunction:: model_compression_toolkit.gptq.keras_gradient_post_training_quantization |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
10 changes: 0 additions & 10 deletions
10
docsrc/source/api/api_docs/methods/keras_post_training_quantization.rst
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...st_training_quantization_experimental.rst → ...st_training_quantization_experimental.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
:orphan: | ||
|
||
.. _ug-keras_post_training_quantization_experimental: | ||
.. _ug-keras_post_training_quantization: | ||
|
||
|
||
================================= | ||
Keras Post Training Quantization | ||
================================= | ||
|
||
.. autofunction:: model_compression_toolkit.ptq.keras_post_training_quantization_experimental | ||
.. autofunction:: model_compression_toolkit.ptq.keras_post_training_quantization |
10 changes: 0 additions & 10 deletions
10
...ource/api/api_docs/methods/keras_post_training_quantization_mixed_precision.rst
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
docsrc/source/api/api_docs/methods/keras_pruning_experimental.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
:orphan: | ||
|
||
.. _ug-keras_pruning_experimental: | ||
|
||
|
||
================================================ | ||
Keras Structured Pruning | ||
================================================ | ||
|
||
.. autofunction:: model_compression_toolkit.pruning.keras_pruning_experimental | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
..._quantization_aware_training_finalize.rst → ..._quantization_aware_training_finalize.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
:orphan: | ||
|
||
.. _ug-keras_quantization_aware_training_finalize: | ||
.. _ug-keras_quantization_aware_training_finalize_experimental: | ||
|
||
|
||
================================================ | ||
Keras Quantization Aware Training Model Finalize | ||
================================================ | ||
|
||
.. autofunction:: model_compression_toolkit.qat.keras_quantization_aware_training_finalize | ||
.. autofunction:: model_compression_toolkit.qat.keras_quantization_aware_training_finalize_experimental |
4 changes: 2 additions & 2 deletions
4
...eras_quantization_aware_training_init.rst → ...eras_quantization_aware_training_init.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
:orphan: | ||
|
||
.. _ug-keras_quantization_aware_training_init: | ||
.. _ug-keras_quantization_aware_training_init_experimental: | ||
|
||
|
||
================================================ | ||
Keras Quantization Aware Training Model Init | ||
================================================ | ||
|
||
.. autofunction:: model_compression_toolkit.qat.keras_quantization_aware_training_init | ||
.. autofunction:: model_compression_toolkit.qat.keras_quantization_aware_training_init_experimental |
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...st_training_quantization_experimental.rst → ...st_training_quantization_experimental.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
:orphan: | ||
|
||
.. _ug-pytorch_gradient_post_training_quantization_experimental: | ||
.. _ug-pytorch_gradient_post_training_quantization: | ||
|
||
|
||
==================================================== | ||
Pytorch Gradient Based Post Training Quantization | ||
==================================================== | ||
|
||
.. autofunction:: model_compression_toolkit.gptq.pytorch_gradient_post_training_quantization_experimental | ||
.. autofunction:: model_compression_toolkit.gptq.pytorch_gradient_post_training_quantization |
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...methods/pytorch_kpi_data_experimental.rst → ...methods/pytorch_kpi_data_experimental.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
:orphan: | ||
|
||
.. _ug-pytorch_kpi_data_experimental: | ||
.. _ug-pytorch_kpi_data: | ||
|
||
|
||
======================================= | ||
Get KPI information for PyTorch Models | ||
======================================= | ||
|
||
.. autofunction:: model_compression_toolkit.core.pytorch_kpi_data_experimental | ||
.. autofunction:: model_compression_toolkit.core.pytorch_kpi_data |
10 changes: 0 additions & 10 deletions
10
docsrc/source/api/api_docs/methods/pytorch_post_training_quantization.rst
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...st_training_quantization_experimental.rst → ...st_training_quantization_experimental.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
:orphan: | ||
|
||
.. _ug-pytorch_post_training_quantization_experimental: | ||
.. _ug-pytorch_post_training_quantization: | ||
|
||
|
||
===================================== | ||
Pytorch Post Training Quantization | ||
===================================== | ||
|
||
.. autofunction:: model_compression_toolkit.ptq.pytorch_post_training_quantization_experimental | ||
.. autofunction:: model_compression_toolkit.ptq.pytorch_post_training_quantization |
10 changes: 0 additions & 10 deletions
10
...rce/api/api_docs/methods/pytorch_post_training_quantization_mixed_precision.rst
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.