csullivan commented on a change in pull request #6251:
URL: https://github.com/apache/incubator-tvm/pull/6251#discussion_r471818952
##########
File path: python/tvm/relay/__init__.py
##########
@@ -43,6 +43,7 @@
from .op import image
from .op import annotation
from .op import vision
+from .op import tensor
Review comment:
I need to import `clip` into the relay namespace for use in the onnx
importer. Decided to follow the same pattern as the vision ops, figured it
doesn't hurt to provide access to the rest of the tensor operators from the
importers.
----------------------------------------------------------------
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]