TaoLv commented on a change in pull request #14889: fix add_n bug: when input 
mem overlap with output mem, results is wrong
URL: https://github.com/apache/incubator-mxnet/pull/14889#discussion_r281435577
 
 

 ##########
 File path: tests/python/unittest/test_operator.py
 ##########
 @@ -8284,6 +8284,18 @@ def check_concat(shape1, shape2, axis):
         check_concat((8, 0, 0), (8, 0, 0), 2)
 
 
+@with_seed()
+def test_elemwise_sum_add_n():
 
 Review comment:
   test_add_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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to