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

Fix dequantize_per_channel for single dimension input tensor #3867

Closed
wants to merge 1 commit into from

Commits on Jun 17, 2024

  1. Fix dequantize_per_channel for single dimension input tensor (#3867)

    Summary:
    Pull Request resolved: #3867
    
    This diff has two fixes:
    - When the input dimension is 1, we need to handle that separately
    - Fixing logic in how dim_list is generated
    
    Reviewed By: larryliu0820
    
    Differential Revision: D58221156
    tarun292 authored and facebook-github-bot committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1fa55c4 View commit details
    Browse the repository at this point in the history