mshr-h commented on issue #17346:
URL: https://github.com/apache/tvm/issues/17346#issuecomment-2336645265

   This is a comparison of the number of lines of source code.
   
   Current `fx_graph_translator`.
   ```
   $ tokei fx_translator.py 
   
===============================================================================
    Language            Files        Lines         Code     Comments       
Blanks
   
===============================================================================
    Python                  1         1947         1691           48          
208
   
===============================================================================
    Total                   1         1947         1691           48          
208
   
===============================================================================
   ```
   
   New `fx_graph_translator` and`exportedprogram_translator`
   ```
   $ tokei base_fx_graph_translator.py exportedprogram_translator.py 
fx_translator.py 
   
===============================================================================
    Language            Files        Lines         Code     Comments       
Blanks
   
===============================================================================
    Python                  3         2342         1975          113          
254
   
===============================================================================
    Total                   3         2342         1975          113          
254
   
===============================================================================
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to