-
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.
Showing
150 changed files
with
3,310 additions
and
8,206 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
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: 326a44603e091bfcc5700e5a7b672108 | ||
config: 000d2f7b9e75da9f4efddff5202e396f | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
68 changes: 68 additions & 0 deletions
68
docs/_sources/api/api_docs/classes/DataGenerationConfig.rst.txt
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,68 @@ | ||
:orphan: | ||
|
||
.. _ug-DataGenerationConfig: | ||
|
||
================================================ | ||
Data Generation Configuration | ||
================================================ | ||
|
||
.. autoclass:: model_compression_toolkit.data_generation.DataGenerationConfig | ||
:members: | ||
|
||
|
||
ImageGranularity | ||
================================================ | ||
|
||
.. autoclass:: model_compression_toolkit.data_generation.ImageGranularity | ||
:members: | ||
|
||
|
||
SchedulerType | ||
================================================ | ||
|
||
.. autoclass:: model_compression_toolkit.data_generation.SchedulerType | ||
:members: | ||
|
||
|
||
|
||
BatchNormAlignemntLossType | ||
================================================ | ||
|
||
.. autoclass:: model_compression_toolkit.data_generation.BatchNormAlignemntLossType | ||
:members: | ||
|
||
|
||
OutputLossType | ||
================================================ | ||
|
||
.. autoclass:: model_compression_toolkit.data_generation.OutputLossType | ||
:members: | ||
|
||
|
||
DataInitType | ||
================================================ | ||
|
||
.. autoclass:: model_compression_toolkit.data_generation.DataInitType | ||
:members: | ||
|
||
|
||
BNLayerWeightingType | ||
================================================ | ||
|
||
.. autoclass:: model_compression_toolkit.data_generation.BNLayerWeightingType | ||
:members: | ||
|
||
|
||
ImagePipelineType | ||
================================================ | ||
|
||
.. autoclass:: model_compression_toolkit.data_generation.ImagePipelineType | ||
:members: | ||
|
||
|
||
ImageNormalizationType | ||
================================================ | ||
|
||
.. autoclass:: model_compression_toolkit.data_generation.ImageNormalizationType | ||
:members: | ||
|
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
11 changes: 11 additions & 0 deletions
11
docs/_sources/api/api_docs/classes/MixedPrecisionQuantizationConfig.rst.txt
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,11 @@ | ||
:orphan: | ||
|
||
.. _ug-MixedPrecisionQuantizationConfig: | ||
|
||
|
||
MixedPrecisionQuantizationConfig | ||
=================================== | ||
**Class to configure the quantization process of the model when quantizing in mixed-precision:** | ||
|
||
.. autoclass:: model_compression_toolkit.core.MixedPrecisionQuantizationConfig | ||
|
12 changes: 12 additions & 0 deletions
12
docs/_sources/api/api_docs/classes/MpDistanceWeighting.rst.txt
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-MpDistanceWeighting: | ||
|
||
|
||
================================= | ||
MpDistanceWeighting | ||
================================= | ||
|
||
.. autoclass:: model_compression_toolkit.core.MpDistanceWeighting | ||
:members: | ||
|
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,30 @@ | ||
:orphan: | ||
|
||
.. _ug-PruningConfig: | ||
|
||
================================================ | ||
Pruning Configuration | ||
================================================ | ||
|
||
.. autoclass:: model_compression_toolkit.pruning.PruningConfig | ||
:members: | ||
|
||
|
||
ImportanceMetric | ||
================================================ | ||
|
||
.. autoclass:: model_compression_toolkit.pruning.ImportanceMetric | ||
:members: | ||
|
||
|
||
ChannelsFilteringStrategy | ||
================================================ | ||
|
||
.. autoclass:: model_compression_toolkit.pruning.ChannelsFilteringStrategy | ||
:members: | ||
|
||
|
||
|
||
|
||
|
||
|
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,11 @@ | ||
:orphan: | ||
|
||
.. _ug-PruningInfo: | ||
|
||
================================================ | ||
Pruning Information | ||
================================================ | ||
|
||
.. autoclass:: model_compression_toolkit.pruning.PruningInfo | ||
:members: | ||
|
10 changes: 10 additions & 0 deletions
10
docs/_sources/api/api_docs/classes/QuantizationConfig.rst.txt
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-QuantizationConfig: | ||
|
||
|
||
QuantizationConfig | ||
========================== | ||
**Class to configure the quantization process of the model:** | ||
|
||
.. autoclass:: model_compression_toolkit.core.QuantizationConfig |
11 changes: 11 additions & 0 deletions
11
docs/_sources/api/api_docs/classes/QuantizationErrorMethod.rst.txt
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,11 @@ | ||
:orphan: | ||
|
||
.. _ug-QuantizationErrorMethod: | ||
|
||
|
||
QuantizationErrorMethod | ||
========================== | ||
**Enum to select a method for quantization parameters' selection:** | ||
|
||
.. autoclass:: model_compression_toolkit.core.QuantizationErrorMethod | ||
|
11 changes: 11 additions & 0 deletions
11
docs/_sources/api/api_docs/classes/ResourceUtilization.rst.txt
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,11 @@ | ||
:orphan: | ||
|
||
.. _ug-ResourceUtilization: | ||
|
||
|
||
ResourceUtilization | ||
================================ | ||
**Object to configure resources to use when searching for a configuration for the optimized model (such as in mixed-precision, pruning, etc.):** | ||
|
||
.. autoclass:: model_compression_toolkit.core.ResourceUtilization | ||
|
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
4 changes: 2 additions & 2 deletions
4
.../get_keras_data_generation_config.rst.txt → .../get_keras_data_generation_config.rst.txt
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-get_tensorflow_data_generation_config: | ||
.. _ug-get_keras_data_generation_config: | ||
|
||
|
||
=========================================== | ||
Get DataGenerationConfig for Keras Models | ||
=========================================== | ||
|
||
.. autofunction:: model_compression_toolkit.data_generation.get_tensorflow_data_generation_config | ||
.. autofunction:: model_compression_toolkit.data_generation.get_keras_data_generation_config |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions
10
docs/_sources/api/api_docs/methods/keras_data_generation_experimental.rst.txt
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
...raining_quantization_experimental.rst.txt → ...adient_post_training_quantization.rst.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
:orphan: | ||
|
||
.. _ug-keras_kpi_data: | ||
.. _ug-keras_resource_utilization_data: | ||
|
||
|
||
======================================= | ||
Get KPI information for Keras Models | ||
======================================= | ||
======================================================= | ||
Get Resource Utilization information for Keras Models | ||
======================================================= | ||
|
||
.. autofunction:: model_compression_toolkit.keras_kpi_data | ||
.. autofunction:: model_compression_toolkit.core.keras_resource_utilization_data |
File renamed without changes.
Oops, something went wrong.