Troubles to run Resnet neural network through IREE #19562
-
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            ScottTodd
          
      
      
        Jan 3, 2025 
      
    
    Replies: 1 comment 1 reply
-
| I don't have a complete answer on hand right now but wanted to respond to at least say that your expectations are reasonable. The compiled module should have a much simpler function signature. You could try some variations on  | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        FlintWangacc
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
I don't have a complete answer on hand right now but wanted to respond to at least say that your expectations are reasonable. The compiled module should have a much simpler function signature. You could try some variations on
aot.exportfrom iree-turbine (docs: https://iree.dev/guides/ml-frameworks/pytorch/#ahead-of-time-aot-export), since that gives you finer control over the functions that get exported and then compiled.