How to understand the internal of IREE project? #17995
                  
                    
                      FlintWangacc
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment
-
| Check out the architecture overview diagram, both in the repository README: https://github.com/iree-org/iree?tab=readme-ov-file#architecture-overview and on the website: https://iree.dev/#project-architecture. The slides and recordings for presentations and talks may also be useful: https://github.com/iree-org/iree?tab=readme-ov-file#presentations-and-talks. For  | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    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.
-
I am using
iree-import-onnxto familiarize with IREE project.I found out some features about IREE project.
iree-import-onnxis a python based neural network frontend which use pybind to interact with C++ libraries.Actually I don't know how to get a big picture of IREE project. Is there any advices for novice developers?
Beta Was this translation helpful? Give feedback.
All reactions