We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90f8fb commit fc3ba76Copy full SHA for fc3ba76
nncf/parameters.py
@@ -49,7 +49,7 @@ class ModelType(StrEnum):
49
50
class AlgorithmType(StrEnum):
51
"""
52
- Describes the algorithm applying to the model.
+ Type of an algorithm that is applied to the model.
53
:param MINMAX: The MinMaxQuantization algorithm.
54
:param WEIGHTS_COMPRESSION: The WeightCompression algorithm.
55
0 commit comments