apeforest commented on a change in pull request #16371: Adding large tensor 
support and test for gather_nd
URL: https://github.com/apache/incubator-mxnet/pull/16371#discussion_r331717045
 
 

 ##########
 File path: tests/nightly/test_large_array.py
 ##########
 @@ -1212,6 +1212,15 @@ def test_full():
     assert a[-1][-1] == 3
 
 
+def test_gather():
+    arr = mx.nd.ones((LARGE_X, SMALL_Y))
+    idx = mx.nd.random.randint(0, LARGE_X, (SMALL_X), dtype=np.int64)
 
 Review comment:
   remove parenthesis around SMALL_X

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