mshr-h commented on code in PR #16123:
URL: https://github.com/apache/tvm/pull/16123#discussion_r1392272952
##########
python/tvm/relay/frontend/pytorch.py:
##########
@@ -3844,6 +3844,30 @@ def inplace_copy(self, inputs, input_types):
# Return
return _op.scatter_nd(source, indices, values, mode)
+ def linalg_vector_norm(self, inputs, input_types):
+ data = inputs[0]
Review Comment:
Thanks for your review. That's true. It's based on torch.linalg.vector_norm
and it supports complex input data.
--
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]