rohanmukh commented on a change in pull request #8074:
URL: https://github.com/apache/tvm/pull/8074#discussion_r638356575
##########
File path: python/tvm/relay/testing/tf.py
##########
@@ -73,6 +75,46 @@ def convert_to_list(x):
return x
+def vmobj_to_list(o):
Review comment:
This is copied from `relay/frontend/tensorflow.py`
Do you mean I should remove it from there and import its invocations from
here (i.e. `relay.testing.tf` ) in this PR? Or do you mean that should be done
in another PR? Similar code exists in other places as well like `test_vm.py`,
`test_tensorrt.py` 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]