anirudh2290 commented on a change in pull request #16104: Faster Transpose 2D
URL: https://github.com/apache/incubator-mxnet/pull/16104#discussion_r333282454
##########
File path: tests/python/unittest/test_operator.py
##########
@@ -2840,6 +2840,13 @@ def test_transpose():
assert_allclose(np.transpose(x.asnumpy()), y.asnumpy())
+@with_seed()
+def test_larger_transpose():
Review comment:
can we add this with the current tests of transpose as @sxjscience suggests.
otherwise LGTM
----------------------------------------------------------------
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