Zha0q1 opened a new pull request #19004: URL: https://github.com/apache/incubator-mxnet/pull/19004
This PR fixes npx.random.bernoulli against large tensor. Testcases for npx.random.bernoulli, np.random.lognormal, np.random.randint, and np.random.shuffle are also added. Now all np.random and np.random ops should be fixed. Notice that large tensors tests are not added for the following ops: op (reason) np.random.rand (special case of np.rand.uniform) np.random.multivariate-normal (falls back on python custom op which is going to be deprecated) np.random.randn (special case of np.rand.normal) np.random.f np.random.beta np.random.chisquare (internally calls np.random.gamma which is covered) npx.random.normal_n (internally calls np.random.normal) npx.random.uniform_n (internally calls np.random.uniform_n) ---------------------------------------------------------------- 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]
