access2rohit commented on a change in pull request #14797: adding large tensor
support tests for depth_to_space and space_to_depth
URL: https://github.com/apache/incubator-mxnet/pull/14797#discussion_r279046638
##########
File path: tests/nightly/test_large_array.py
##########
@@ -185,7 +186,36 @@ def test_pick():
b = mx.nd.ones(shape=(256*35,))
res = mx.nd.pick(a,b)
assert res.shape == b.shape
-
+
+def test_depthtospace():
+ def f(x, blocksize):
Review comment:
I have updated the names of the function
----------------------------------------------------------------
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