zhiics opened a new pull request #5077: [Refactor][Relay] Refactor Relay Python 
to use new FFI
URL: https://github.com/apache/incubator-tvm/pull/5077
 
 
   #5068 
   
   This PRs refactors Relay to
   
   1. Reflect the C++ side organization to keep consistency
   2. Separated analysis and transform namespace to make the namespace for 
different optimizations clear
   3. Introduced the new _ffi_api for each namespace and remove the old _xx.py 
files
   4. Removed some op related files to import modules from subdirectories and 
instead import then from __init__.py directly to keep Relay directory clean
   5. Moved prelude and the text parser to the ir folder as well.
    
   Two followup PRs are needed to:
   
   1. Create a function.py file under relay/ir
   2. Move the files that are left over to the backend directory
   
   cc @tqchen @jroesch @icemelon9 @slyubomirsky @MarisaKirisame @wweic @yzhliu
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to