After model quantization, the bias input of linear fails the is_param check. #14326
              
                Unanswered
              
          
                  
                    
                      yujiaoliang
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment 1 reply
-
| @yujiaoliang Can you include a code example of how you're quantizing and lowering? You mention quantizing for QNN and partitioning for XNNPACK. Are you using XNNPACK as a fallback for operators that aren't handled by QNN? | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
After quantizing my model on QNN, I encountered an issue during partitioning. Specifically, when the graph is partitioned to XNNPACK, the aten.linear node’s bias input fails the is_param validation.
Is there a recommended way to handle this situation or a known workaround to make the bias input pass the is_param check?
Beta Was this translation helpful? Give feedback.
All reactions