cchung100m commented on a change in pull request #4483: [WIP][relay][op] add 
expand op (from ONNX) to relay frontend
URL: https://github.com/apache/incubator-tvm/pull/4483#discussion_r357164532
 
 

 ##########
 File path: tests/python/frontend/onnx/test_forward.py
 ##########
 @@ -142,6 +142,37 @@ def test_reshape():
     tvm.testing.assert_allclose(ref_shape, tvm_out.shape)
 
 
+def test_expand():
+    in_shape = (1, 3, 1, 4)
+    shape = (4, 3, 3, 4)
 
 Review comment:
   Yes, because it is possible that the output.shape is not equal to the shape.

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


With regards,
Apache Git Services

Reply via email to