ChaiBapchya commented on a change in pull request #12749: [MXNET-1029] Feature
request: randint operator
URL: https://github.com/apache/incubator-mxnet/pull/12749#discussion_r223204325
##########
File path: tests/python/unittest/test_operator.py
##########
@@ -7009,6 +7009,13 @@ def test_invalid_max_pooling_pad_type_same():
name='pooling',
pooling_convention="same")
+@with_seed()
+def test_randint():
Review comment:
ya i was contemplating about it. ended up misplacing it coz thought this is
a separate operator so should be put in test_operator instead. Will put it in
test_random
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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