eric-haibin-lin commented on a change in pull request #10374: [MXNET-93] Sparse 
support for Custom Op
URL: https://github.com/apache/incubator-mxnet/pull/10374#discussion_r180298634
 
 

 ##########
 File path: python/mxnet/operator.py
 ##########
 @@ -522,6 +526,69 @@ def infer_type(self, in_type):
         return in_type, [in_type[0]]*len(self.list_outputs()), \
             [in_type[0]]*len(self.list_auxiliary_states())
 
+    def infer_storage_type(self, in_stype):
+        """infer_storage_type interface. Used to infer storage type of
+        inputs and outputs in the forward pass.
+
+        Parameters
+        ----------
+        in_stype : list of stypes, Valid stypes are default, row_sparse and
 
 Review comment:
   Valid -> valid

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


With regards,
Apache Git Services

Reply via email to