sxjscience commented on a change in pull request #16104: Faster Transpose 2D
URL: https://github.com/apache/incubator-mxnet/pull/16104#discussion_r333275510
##########
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:
@ChaiBapchya I think we should merge the test with the current tests of
transpose.
----------------------------------------------------------------
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