vvchernov commented on code in PR #16123:
URL: https://github.com/apache/tvm/pull/16123#discussion_r1393653032


##########
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:
   Hello @mshr-h! My idea was to add something like `assert data.dtype == float 
or data.dtype == double`. And may be add TODO for further support complex 
values, but I do not think it is needed just now



-- 
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]

Reply via email to