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 2017/12/10 00:55:23 UTC

[GitHub] cjolivier01 commented on a change in pull request #8989: Symbol __getitem__ using list_outputs() is too expensive

cjolivier01 commented on a change in pull request #8989: Symbol __getitem__ using list_outputs() is too expensive
URL: https://github.com/apache/incubator-mxnet/pull/8989#discussion_r155935848
 
 

 ##########
 File path: python/mxnet/symbol/symbol.py
 ##########
 @@ -745,6 +747,25 @@ def list_outputs(self):
             self.handle, ctypes.byref(size), ctypes.byref(sarr)))
         return [py_str(sarr[i]) for i in range(size.value)]
 
+    def output_count(self):
 
 Review comment:
   I suppose one could use that convention. I can make it that.

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