PhilippvK opened a new pull request, #10941:
URL: https://github.com/apache/tvm/pull/10941

   This feature enables passing a textural representation of a relay module to 
the tvmc command line.
   
   Example: `tvmc compile relay.txt --target c --runtime=crt --executor=aot 
--executor-aot-unpacked-api=1 --pass-config tir.disable_vectorize=1 -f mlf`
   
   Currently it is not possible to supply parameters as it is mainly intended 
to be used for testing certain relay functions or operators. In the future 
(with minor changes to the tvmc frontend api) params could be passed via an 
additional i.e. `params.bin` file
   
   This commit also adds minimal unit testing of the added feature.


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