Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/storswiftlabs/quantized_arithmetic

Quantized Arithmetic
https://github.com/storswiftlabs/quantized_arithmetic

Last synced: 3 months ago
JSON representation

Quantized Arithmetic

Awesome Lists containing this project

README

        

# 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

```shell
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

```