You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/10/26 17:57:27 UTC

[GitHub] eric-haibin-lin commented on a change in pull request #12967: [MXNET-1173] Debug operators - isfinite, isinf and isnan

eric-haibin-lin commented on a change in pull request #12967: [MXNET-1173] Debug operators - isfinite, isinf and isnan
URL: https://github.com/apache/incubator-mxnet/pull/12967#discussion_r228614074
 
 

 ##########
 File path: python/mxnet/ndarray/contrib.py
 ##########
 @@ -28,7 +29,7 @@
 except ImportError:
     pass
 
-__all__ = ["rand_zipfian", "foreach", "while_loop", "cond"]
+__all__ = ["rand_zipfian", "foreach", "while_loop", "cond", "isinf", "isfinite"]
 
 Review comment:
   Could you also update https://github.com/apache/incubator-mxnet/blob/master/docs/api/python/ndarray/contrib.md#contrib ? 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services