You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/23 23:34:42 UTC

[GitHub] szha commented on a change in pull request #7584: convenience fluent methods for sym/nd

szha commented on a change in pull request #7584: convenience fluent methods for sym/nd
URL: https://github.com/apache/incubator-mxnet/pull/7584#discussion_r134896628
 
 

 ##########
 File path: python/mxnet/ndarray/ndarray.py
 ##########
 @@ -673,6 +676,251 @@ def reshape(self, shape):
                                          ctypes.byref(handle)))
         return NDArray(handle=handle, writable=self.writable)
 
+    def flatten(self):
 
 Review comment:
   If I do this, do I still need to add doc string?
 
----------------------------------------------------------------
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