Skip to content

storswiftlabs/quantized_arithmetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantized arithmetic

The Noir library to calculate quantized value of the zero-point quantization method. Currently, it supports four operators of addition, subtraction, multiplication and division.

Example

cd quantized_arithmetic
nargo test test_mul --show-output
nargo test test_div --show-output
nargo test test_add --show-output
nargo test test_sub --show-output