Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quantization methods #7

Merged
merged 2 commits into from
Aug 29, 2023
Merged

Conversation

pasindumarasinghe
Copy link
Contributor

Implementation of quantization methods

The sigtk qts command now supports quantization methods. The --method option can be used to select the quantization method alongside with the -b flag.

  • --method=floor - truncate the LSBs specified by -b
  • --method=round - rounds off the value of the LSBs specified by -b to the nearest power of 2
  • --method=fill-ones - replaces the number of LSBs specified by -b with 1s.

@hasindu2008 hasindu2008 merged commit ee9eded into hasindu2008:dev Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants