[GitHub] anirudh2290 commented on a change in pull request #11573: Add stable nrm2 Reducer

2018-07-11 Thread GitBox
anirudh2290 commented on a change in pull request #11573: Add stable nrm2 Reducer URL: https://github.com/apache/incubator-mxnet/pull/11573#discussion_r201775313 ## File path: src/operator/mshadow_op.h ## @@ -815,6 +868,76 @@ struct nanprod { } }; +/*! \brief

[GitHub] anirudh2290 commented on a change in pull request #11573: Add stable nrm2 Reducer

2018-07-10 Thread GitBox
anirudh2290 commented on a change in pull request #11573: Add stable nrm2 Reducer URL: https://github.com/apache/incubator-mxnet/pull/11573#discussion_r201541083 ## File path: tests/python/unittest/test_operator.py ## @@ -3051,30 +3061,31 @@ def l2norm(input_data, axis=0,

[GitHub] anirudh2290 commented on a change in pull request #11573: Add stable nrm2 Reducer

2018-07-10 Thread GitBox
anirudh2290 commented on a change in pull request #11573: Add stable nrm2 Reducer URL: https://github.com/apache/incubator-mxnet/pull/11573#discussion_r201542704 ## File path: src/operator/mshadow_op.h ## @@ -815,6 +868,76 @@ struct nanprod { } }; +/*! \brief