Skip to content

Commit b909620

Browse files
Prepare release 1.7.0 (#900)
Co-authored-by: andrei-stoian-zama <95410270+andrei-stoian-zama@users.noreply.github.com>
1 parent 0a750c2 commit b909620

File tree

2 files changed

+113
-113
lines changed

2 files changed

+113
-113
lines changed

docs/references/api/concrete.ml.quantization.quantized_module.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Get the post-processing parameters.
6868

6969
______________________________________________________________________
7070

71-
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L945"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
71+
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L944"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
7272

7373
### <kbd>method</kbd> `bitwidth_and_range_report`
7474

@@ -100,7 +100,7 @@ Check if the quantized module is compiled.
100100

101101
______________________________________________________________________
102102

103-
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L798"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
103+
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L797"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
104104

105105
### <kbd>method</kbd> `compile`
106106

@@ -142,7 +142,7 @@ Compile the module's forward function.
142142

143143
______________________________________________________________________
144144

145-
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L752"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
145+
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L751"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
146146

147147
### <kbd>method</kbd> `dequantize_output`
148148

@@ -210,7 +210,7 @@ Dump itself to a string.
210210

211211
______________________________________________________________________
212212

213-
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L410"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
213+
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L409"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
214214

215215
### <kbd>method</kbd> `forward`
216216

@@ -258,7 +258,7 @@ Load itself from a string.
258258

259259
______________________________________________________________________
260260

261-
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L278"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
261+
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L277"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
262262

263263
### <kbd>method</kbd> `post_processing`
264264

@@ -280,7 +280,7 @@ For quantized modules, there is no post-processing step but the method is kept t
280280

281281
______________________________________________________________________
282282

283-
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L294"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
283+
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L293"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
284284

285285
### <kbd>method</kbd> `pre_processing`
286286

@@ -300,7 +300,7 @@ Apply pre-processing to the input values.
300300

301301
______________________________________________________________________
302302

303-
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L705"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
303+
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L704"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
304304

305305
### <kbd>method</kbd> `quantize_input`
306306

@@ -322,7 +322,7 @@ Take the inputs in fp32 and quantize it using the learned quantization parameter
322322

323323
______________________________________________________________________
324324

325-
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L487"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
325+
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L486"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
326326

327327
### <kbd>method</kbd> `quantized_forward`
328328

@@ -346,7 +346,7 @@ Forward function for the FHE circuit.
346346

347347
______________________________________________________________________
348348

349-
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L780"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
349+
<a href="../../../src/concrete/ml/quantization/quantized_module.py#L779"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
350350

351351
### <kbd>method</kbd> `set_inputs_quantization_parameters`
352352

0 commit comments

Comments
 (0)