masahi edited a comment on issue #5204: [Frontend][Torch] Fix up graph input handling URL: https://github.com/apache/incubator-tvm/pull/5204#issuecomment-607346078 I still like to retain the original meaning of `input_vars`, because this is really `relay.Var` and represents values that come from outside. `outputs` is for storing intermediate outputs from preceding relay ops. I think you can simply replace `input_vars` with `outputs` and also `inputs` with `outputs` everywhere.
---------------------------------------------------------------- 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
