siju-samuel commented on a change in pull request #5961:
URL: https://github.com/apache/incubator-tvm/pull/5961#discussion_r447550719



##########
File path: tests/python/frontend/pytorch/test_forward.py
##########
@@ -466,6 +466,17 @@ def forward(self, *args):
     verify_model(Arange11().float().eval())
     verify_model(Arange12().float().eval())
 
+def test_forward_mesh_grid():
+    torch.set_grad_enabled(False)
+
+    class MeshGrid1(Module):
+        def forward(self, *args):
+            x = torch.tensor([1, 2, 3])
+            y = torch.tensor([4, 5, 6])

Review comment:
       Do we support parsing scalars aswell? eg: y = torch.tensor(6)
   




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to