Hzfengsy commented on code in PR #15962:
URL: https://github.com/apache/tvm/pull/15962#discussion_r1367854620
##########
python/tvm/relax/frontend/torch/dynamo.py:
##########
@@ -35,6 +35,28 @@ def device_from_inputs(example_inputs):
return None
+def get_fake_inputs(graph_module, example_inputs):
Review Comment:
I see. Would you be able to make it a private function? i.e. put it inside
the function `relax_dynamo`?
--
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]