Skip to content
Snippets Groups Projects
Commit 6f0352f5 authored by Aurélie saulquin's avatar Aurélie saulquin
Browse files

add dev branch

parent 58d75437
Branches
No related tags found
1 merge request!3Dev
...@@ -138,14 +138,12 @@ class Quantizer(): ...@@ -138,14 +138,12 @@ class Quantizer():
def clamp(self, data): def clamp(self, data):
""" """
Call quantization function Call clamp function
Parameters Parameters
---------- ----------
data : int | float | list | numpy.array | Tensor data : int | float | list | numpy.array | Tensor
data to quantize data to quantize
unscale = False : bool
If true, apply quantization and then, unquantize data to simulate quantization
Returns Returns
------- -------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment