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

Introduce Qconv2d #91

Merged
merged 4 commits into from
Feb 20, 2024
Merged

Introduce Qconv2d #91

merged 4 commits into from
Feb 20, 2024

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    4518da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5e0a22 View commit details
    Browse the repository at this point in the history
  3. feat(nn): added QConv2d

    For now, the aten.convolution operation is not dispatched for QTensor, so it
    always falls back to a float operation on dequantized inputs and outputs.
    dacorvo committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    fd3df92 View commit details
    Browse the repository at this point in the history
  4. doc: update README

    dacorvo committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9b0b176 View commit details
    Browse the repository at this point in the history