File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 4141    QConfigMapping ,
4242)
4343
44- from  torch .ao .quantization ._quantize_pt2e  import  (
45-     convert_pt2e ,
46-     get_symmetric_quantization_config ,
47-     prepare_pt2e_quantizer ,
48-     QNNPackQuantizer ,
49- )
50- 
5144from  torch .ao .quantization .backend_config .executorch  import  (
5245    get_executorch_backend_config ,
5346)
6760    prepare_fx ,
6861)
6962
63+ from  torch .ao .quantization .quantize_pt2e  import  (
64+     convert_pt2e ,
65+     get_symmetric_quantization_config ,
66+     prepare_pt2e_quantizer ,
67+     QNNPackQuantizer ,
68+ )
69+ 
7070from  torch .testing  import  FileCheck 
7171
7272
Original file line number Diff line number Diff line change 1212from  torch .ao .ns .fx .utils  import  compute_sqnr 
1313from  torch .ao .quantization  import  get_default_qconfig , QConfigMapping   # @manual 
1414
15- from  torch .ao .quantization ._quantize_pt2e  import  convert_pt2e , prepare_pt2e_quantizer 
1615from  torch .ao .quantization .backend_config ._qnnpack_pt2e  import  (
1716    get_qnnpack_pt2e_backend_config ,
1817)
18+ 
1919from  torch .ao .quantization .pt2e .quantizer  import  QNNPackQuantizer 
2020from  torch .ao .quantization .pt2e .quantizer .qnnpack_quantizer  import  (
2121    get_symmetric_quantization_config ,
2222)
2323from  torch .ao .quantization .quantize_fx  import  convert_to_reference_fx , prepare_fx 
24+ from  torch .ao .quantization .quantize_pt2e  import  convert_pt2e , prepare_pt2e_quantizer 
2425from  torch .testing  import  FileCheck 
2526from  torch .testing ._internal .common_quantization  import  skipIfNoQNNPACK 
2627from  torch .testing ._internal .common_quantized  import  override_quantized_engine 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments