leandron commented on issue #6792:
URL: https://github.com/apache/tvm/issues/6792#issuecomment-773213248


   @FrozenGene, @comaniac we are currently working on the first item of this 
TODO list:
   > In tvmc compile and tvmc tune, modify the way we deal with the output of 
relay.build, and remove usage of graph_module.get_json(), 
graph_module.get_lib(), graph_module.get_params(). This will also change the 
way tvmc run consumes the produced TAR file
   
   Previous discussion here: 
https://github.com/apache/tvm/pull/6578#discussion_r497209168
   
   We are struggling a bit to get rid of the getters usage, as (we think) we 
need a representation of the graph in order to re-load the graph, input names 
and shapes at `tvmc run` time.
   
   Do you have an example in the code base, about how you see that working, 
that doesn't realy on the getters at all, but still is able to lookup for 
inputs, shapes, etc?


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


Reply via email to