haojin2 commented on a change in pull request #11559: [MXNET-392] Support for a 
bunch of unary functions for csr matrices
URL: https://github.com/apache/incubator-mxnet/pull/11559#discussion_r200533234
 
 

 ##########
 File path: docs/api/python/ndarray/sparse.md
 ##########
 @@ -520,7 +583,7 @@ We summarize the interface for each class in the following 
sections.
 ```eval_rst
 
 .. autoclass:: mxnet.ndarray.sparse.CSRNDArray
-    :members: shape, context, dtype, stype, data, indices, indptr, copy, 
copyto, as_in_context, asscipy, asnumpy, asscalar, astype, tostype, slice, 
wait_to_read, zeros_like, __neg__, sum, mean, norm, square, __getitem__, 
__setitem__, check_format
+    :members: shape, context, dtype, stype, data, indices, indptr, copy, 
copyto, as_in_context, asscipy, asnumpy, asscalar, astype, tostype, slice, 
wait_to_read, zeros_like, round, rint, fix, floor, ceil, trunc, sin, tan, 
arcsin, arctan, degrees, radians, sinh, tanh, arcsinh, arctanh, expm1, log1p, 
sqrt, square, __neg__, sum, mean, norm, square, __getitem__, __setitem__, 
check_format, clip, sign
 
 .. autoclass:: mxnet.ndarray.sparse.RowSparseNDArray
     :members: shape, context, dtype, stype, data, indices, copy, copyto, 
as_in_context, asnumpy, asscalar, astype, tostype, wait_to_read, zeros_like, 
round, rint, fix, floor, ceil, trunc, sin, tan, arcsin, arctan, degrees, 
radians, sinh, tanh, arcsinh, arctanh, expm1, log1p, sqrt, square, 
__negative__, norm, __getitem__, __setitem__, check_format, retain, clip, sign
 
 Review comment:
   Added already: 
https://github.com/apache/incubator-mxnet/pull/11559/files#diff-3b14682dd131ed6386b9e343b0c707ebR407

----------------------------------------------------------------
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

Reply via email to