Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/storswiftlabs/quantized_arithmetic
Quantized Arithmetic
https://github.com/storswiftlabs/quantized_arithmetic
Last synced: 3 months ago
JSON representation
Quantized Arithmetic
- Host: GitHub
- URL: https://github.com/storswiftlabs/quantized_arithmetic
- Owner: storswiftlabs
- License: apache-2.0
- Created: 2023-08-17T09:12:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-19T07:47:04.000Z (about 1 year ago)
- Last Synced: 2024-04-14T02:08:18.647Z (7 months ago)
- Language: Roff
- Size: 8.79 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-noir - Quantized arithmetic - a library for quantized value operations of zero-point quantization (Get Coding / Libraries)
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```