masahi commented on a change in pull request #8599:
URL: https://github.com/apache/tvm/pull/8599#discussion_r682195059
##########
File path: python/tvm/relay/frontend/common.py
##########
@@ -624,3 +624,128 @@ def to_int_list(np_array):
cause problems in relay/TOPI.
"""
return [int(x) for x in np_array]
+
+
+def unbind(data, axis=0):
+ """
+ Unbind was gotten from pytorch.py and modified. The operation removes a
tensor dimension
Review comment:
`Unbind was taken from the PyTorch frontend.`
--
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]